#00B102

Color #00B102 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #00B102

Tints of Islamic Green #00B102

Color information

#00B102 (or 0x00B102) is unknown color: approx Islamic Green. HEX triplet: 00, B1 and 02. RGB value is (0,177,2). Sum of RGB (Red+Green+Blue) = 0+177+2=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 177 (69.53% from 255 or 98.88% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 177 - color contains mainly: green. Hex color #00B102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00B102 is #FF4EFD. Grayscale: #686868. Windows color (decimal): -16731902 or 176384. OLE color: 176384.

HSL color Cylindrical-coordinate representation of color #00B102: hue angle of 120.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B102 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB01772-
CMYK100.990.31
HSL120.68º100%34.71%-
HSV(B)120.68º100%69.41%-
XYZ15.7331.455.3-
YUV104.1370.3653.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 177 (69.53% from 255) = 98.88%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=0%
G=98.88%
B=1.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal01772100.990.31120.6810034.71
Hex0B12640631F796423
Octal0261214401433717114443
Binary010110001101100100011000111111111110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B102; }

 p { color: rgb(0,177,2); }

 H1.HeaderClassName
 {
   color: #00B102;
 }
 .AnyTagClassName
 {
   color: #00B102;
 }
</style>
background-color css

<style>
 a { background-color: #00B102; }

 a { background-color: rgb(0,177,2); }

 div.DivClassName
 {
   background-color: #00B102;
 }
 .BgClassName
 {
   background-color: #00B102;
 }
</style>
border-color css

<style>
 span { border-color: #00B102; }

 span { border-color: rgb(0,177,2); }

 td.TdClassName
 {
   border-color: #00B102;
 }
 .TagClassName
 {
   border-color: #00B102;
 }
</style>