Html Css Color HEX #1CB60B Islamic Green

📋 copy color: '#1CB60B'

red 28 ◦ green 182 ◦ blue 11

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

Shades of Islamic Green #1CB60B

Tints of Islamic Green #1CB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 82.35%

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 12.67%
G = 82.35%
B = 4.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#1CB60B (or 0x1CB60B) is known color: Islamic Green. HEX triplet: 1C, B6 and 0B. RGB value is (28,182,11). Sum of RGB (Red+Green+Blue) = 28+182+11=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 182 (71.48% from 255 or 82.35% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB60B is #E349F4. Grayscale: #747474. Windows color (decimal): -14895605 or 767516. OLE color: 767516.

HSL color Cylindrical-coordinate representation of color #1CB60B: hue angle of 114.04º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CB60B is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 182 11 -
CMYK 0.85 0 0.94 0.29
HSL 114.04º 0.89% 0.38% -
HSV(B) 114.04º 0.94% 0.71% -
XYZ 17.27 33.73 5.92 -
YUV 116.46 68.48 64.9 -
System Red Green Blue C M Y K H S L
Decimal 28 182 11 0.85 0 0.94 0.29 114.04 0.89 0.38
Hex 1C B6 B 55 0 5E 1D 72 59 26
Octal 34 266 13 125 0 136 35 162 131 46
Binary 11100 10110110 1011 1010101 0 1011110 11101 1110010 1011001 100110

Color Harmonies of #1CB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB60B

Black with #1CB60B

Text Example


Text Example

White with #1CB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,182,11); }

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

background-color css

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

 a { background-color: rgb(28,182,11); }

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

border-color css

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

 span { border-color: rgb(28,182,11); }

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