Html Css Color HEX #0CAB1D Islamic Green

📋 copy color: '#0CAB1D'

red 12 ◦ green 171 ◦ blue 29

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

Shades of Islamic Green #0CAB1D

Tints of Islamic Green #0CAB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 5.66%
G = 80.66%
B = 13.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0CAB1D (or 0x0CAB1D) is known color: Islamic Green. HEX triplet: 0C, AB and 1D. RGB value is (12,171,29). Sum of RGB (Red+Green+Blue) = 12+171+29=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB1D is #F354E2. Grayscale: #6B6B6B. Windows color (decimal): -15946979 or 1944332. OLE color: 1944332.

HSL color Cylindrical-coordinate representation of color #0CAB1D: hue angle of 126.42º 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 #0CAB1D is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 29 -
CMYK 0.93 0 0.83 0.33
HSL 126.42º 0.87% 0.36% -
HSV(B) 126.42º 0.93% 0.67% -
XYZ 14.94 29.29 6.03 -
YUV 107.27 83.82 60.05 -
System Red Green Blue C M Y K H S L
Decimal 12 171 29 0.93 0 0.83 0.33 126.42 0.87 0.36
Hex C AB 1D 5D 0 53 21 7E 57 24
Octal 14 253 35 135 0 123 41 176 127 44
Binary 1100 10101011 11101 1011101 0 1010011 100001 1111110 1010111 100100

Color Harmonies of #0CAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB1D

Black with #0CAB1D

Text Example


Text Example

White with #0CAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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