Html Css Color HEX #0CA61B Islamic Green

📋 copy color: '#0CA61B'

red 12 ◦ green 166 ◦ blue 27

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

Shades of Islamic Green #0CA61B

Tints of Islamic Green #0CA61B

RGB

 RED value IS 12 (5.08% from 255) = 5.85%

 GREEN value IS 166 (65.23% from 255) = 80.98%

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 5.85%
G = 80.98%
B = 13.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#0CA61B (or 0x0CA61B) is known color: Islamic Green. HEX triplet: 0C, A6 and 1B. RGB value is (12,166,27). Sum of RGB (Red+Green+Blue) = 12+166+27=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 166 (65.23% from 255 or 80.98% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA61B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA61B is #F359E4. Grayscale: #686868. Windows color (decimal): -15948261 or 1811980. OLE color: 1811980.

HSL color Cylindrical-coordinate representation of color #0CA61B: hue angle of 125.84º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA61B is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 166 27 -
CMYK 0.93 0 0.84 0.35
HSL 125.84º 0.87% 0.35% -
HSV(B) 125.84º 0.93% 0.65% -
XYZ 13.99 27.43 5.59 -
YUV 104.11 84.48 62.3 -
System Red Green Blue C M Y K H S L
Decimal 12 166 27 0.93 0 0.84 0.35 125.84 0.87 0.35
Hex C A6 1B 5D 0 54 23 7E 57 23
Octal 14 246 33 135 0 124 43 176 127 43
Binary 1100 10100110 11011 1011101 0 1010100 100011 1111110 1010111 100011

Color Harmonies of #0CA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA61B

Black with #0CA61B

Text Example


Text Example

White with #0CA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,27); }

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

background-color css

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

 a { background-color: rgb(12,166,27); }

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

border-color css

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

 span { border-color: rgb(12,166,27); }

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