Html Css Color HEX #1CAB02 Islamic Green

📋 copy color: '#1CAB02'

red 28 ◦ green 171 ◦ blue 2

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

Shades of Islamic Green #1CAB02

Tints of Islamic Green #1CAB02

RGB

 RED value IS 28 (11.33% from 255) = 13.93%

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

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

R = 13.93%
G = 85.07%
B = 1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#1CAB02 (or 0x1CAB02) is known color: Islamic Green. HEX triplet: 1C, AB and 02. RGB value is (28,171,2). Sum of RGB (Red+Green+Blue) = 28+171+2=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 171 (67.19% from 255 or 85.07% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAB02 is #E354FD. Grayscale: #6D6D6D. Windows color (decimal): -14898430 or 174876. OLE color: 174876.

HSL color Cylindrical-coordinate representation of color #1CAB02: hue angle of 110.77º 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 #1CAB02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 171 2 -
CMYK 0.84 0 0.99 0.33
HSL 110.77º 0.98% 0.34% -
HSV(B) 110.77º 0.99% 0.67% -
XYZ 15.05 29.38 4.93 -
YUV 108.98 67.62 70.24 -
System Red Green Blue C M Y K H S L
Decimal 28 171 2 0.84 0 0.99 0.33 110.77 0.98 0.34
Hex 1C AB 2 54 0 63 21 6F 62 22
Octal 34 253 2 124 0 143 41 157 142 42
Binary 11100 10101011 10 1010100 0 1100011 100001 1101111 1100010 100010

Color Harmonies of #1CAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAB02

Black with #1CAB02

Text Example


Text Example

White with #1CAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CAB02; }

 p { color: rgb(28,171,2); }

 H1.HeaderClassName
 {
   color: #1CAB02;
 }
 .AnyTagClassName
 {
   color: #1CAB02;
 }
</style>

background-color css

<style>
 a { background-color: #1CAB02; }

 a { background-color: rgb(28,171,2); }

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

border-color css

<style>
 span { border-color: #1CAB02; }

 span { border-color: rgb(28,171,2); }

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