Html Css Color HEX #0CAB1E Islamic Green

📋 copy color: '#0CAB1E'

red 12 ◦ green 171 ◦ blue 30

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

Shades of Islamic Green #0CAB1E

Tints of Islamic Green #0CAB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 80.28%

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 5.63%
G = 80.28%
B = 14.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#0CAB1E (or 0x0CAB1E) is known color: Islamic Green. HEX triplet: 0C, AB and 1E. RGB value is (12,171,30). Sum of RGB (Red+Green+Blue) = 12+171+30=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 171 (67.19% from 255 or 80.28% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB1E is #F354E1. Grayscale: #6B6B6B. Windows color (decimal): -15946978 or 2009868. OLE color: 2009868.

HSL color Cylindrical-coordinate representation of color #0CAB1E: hue angle of 126.79º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB1E is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 30 -
CMYK 0.93 0 0.82 0.33
HSL 126.79º 0.87% 0.36% -
HSV(B) 126.79º 0.93% 0.67% -
XYZ 14.95 29.3 6.1 -
YUV 107.39 84.32 59.96 -
System Red Green Blue C M Y K H S L
Decimal 12 171 30 0.93 0 0.82 0.33 126.79 0.87 0.36
Hex C AB 1E 5D 0 52 21 7F 57 24
Octal 14 253 36 135 0 122 41 177 127 44
Binary 1100 10101011 11110 1011101 0 1010010 100001 1111111 1010111 100100

Color Harmonies of #0CAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB1E

Black with #0CAB1E

Text Example


Text Example

White with #0CAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,30); }

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

background-color css

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

 a { background-color: rgb(12,171,30); }

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

border-color css

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

 span { border-color: rgb(12,171,30); }

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