Html Css Color HEX #0BAC02 Islamic Green

📋 copy color: '#0BAC02'

red 11 ◦ green 172 ◦ blue 2

#0BAC02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0BAC02

Tints of Islamic Green #0BAC02

RGB

 RED value IS 11 (4.69% from 255) = 5.95%

 GREEN value IS 172 (67.58% from 255) = 92.97%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 5.95%
G = 92.97%
B = 1.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0BAC02 (or 0x0BAC02) is known color: Islamic Green. HEX triplet: 0B, AC and 02. RGB value is (11,172,2). Sum of RGB (Red+Green+Blue) = 11+172+2=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 172 (67.58% from 255 or 92.97% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC02 is #F453FD. Grayscale: #686868. Windows color (decimal): -16012286 or 175115. OLE color: 175115.

HSL color Cylindrical-coordinate representation of color #0BAC02: hue angle of 116.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BAC02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 172 2 -
CMYK 0.94 0 0.99 0.33
HSL 116.82º 0.98% 0.34% -
HSV(B) 116.82º 0.99% 0.67% -
XYZ 14.9 29.58 4.98 -
YUV 104.48 70.16 61.32 -
System Red Green Blue C M Y K H S L
Decimal 11 172 2 0.94 0 0.99 0.33 116.82 0.98 0.34
Hex B AC 2 5E 0 63 21 75 62 22
Octal 13 254 2 136 0 143 41 165 142 42
Binary 1011 10101100 10 1011110 0 1100011 100001 1110101 1100010 100010

Color Harmonies of #0BAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC02

Black with #0BAC02

Text Example


Text Example

White with #0BAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BAC02; }

 p { color: rgb(11,172,2); }

 H1.HeaderClassName
 {
   color: #0BAC02;
 }
 .AnyTagClassName
 {
   color: #0BAC02;
 }
</style>

background-color css

<style>
 a { background-color: #0BAC02; }

 a { background-color: rgb(11,172,2); }

 div.DivClassName
 {
   background-color: #0BAC02;
 }
 .BgClassName
 {
   background-color: #0BAC02;
 }
</style>

border-color css

<style>
 span { border-color: #0BAC02; }

 span { border-color: rgb(11,172,2); }

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