Html Css Color HEX #0BAC04 Islamic Green

📋 copy color: '#0BAC04'

red 11 ◦ green 172 ◦ blue 4

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

Shades of Islamic Green #0BAC04

Tints of Islamic Green #0BAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 5.88%
G = 91.98%
B = 2.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#0BAC04 (or 0x0BAC04) is known color: Islamic Green. HEX triplet: 0B, AC and 04. RGB value is (11,172,4). Sum of RGB (Red+Green+Blue) = 11+172+4=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 172 (67.58% from 255 or 91.98% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC04 is #F453FB. Grayscale: #696969. Windows color (decimal): -16012284 or 306187. OLE color: 306187.

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

Color convert

RGB 11 172 4 -
CMYK 0.94 0 0.98 0.33
HSL 117.5º 0.95% 0.35% -
HSV(B) 117.5º 0.98% 0.67% -
XYZ 14.91 29.58 5.04 -
YUV 104.71 71.16 61.16 -
System Red Green Blue C M Y K H S L
Decimal 11 172 4 0.94 0 0.98 0.33 117.5 0.95 0.35
Hex B AC 4 5E 0 62 21 76 5F 23
Octal 13 254 4 136 0 142 41 166 137 43
Binary 1011 10101100 100 1011110 0 1100010 100001 1110110 1011111 100011

Color Harmonies of #0BAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC04

Black with #0BAC04

Text Example


Text Example

White with #0BAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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