Html Css Color HEX #1CB10F Islamic Green

📋 copy color: '#1CB10F'

red 28 ◦ green 177 ◦ blue 15

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

Shades of Islamic Green #1CB10F

Tints of Islamic Green #1CB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 80.45%

 BLUE value IS 15 (6.25% from 255) = 6.82%

R = 12.73%
G = 80.45%
B = 6.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#1CB10F (or 0x1CB10F) is known color: Islamic Green. HEX triplet: 1C, B1 and 0F. RGB value is (28,177,15). Sum of RGB (Red+Green+Blue) = 28+177+15=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB10F is #E34EF0. Grayscale: #727272. Windows color (decimal): -14896881 or 1028380. OLE color: 1028380.

HSL color Cylindrical-coordinate representation of color #1CB10F: hue angle of 115.19º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CB10F is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 177 15 -
CMYK 0.84 0 0.92 0.31
HSL 115.19º 0.84% 0.38% -
HSV(B) 115.19º 0.92% 0.69% -
XYZ 16.29 31.73 5.72 -
YUV 113.98 72.14 66.67 -
System Red Green Blue C M Y K H S L
Decimal 28 177 15 0.84 0 0.92 0.31 115.19 0.84 0.38
Hex 1C B1 F 54 0 5C 1F 73 54 26
Octal 34 261 17 124 0 134 37 163 124 46
Binary 11100 10110001 1111 1010100 0 1011100 11111 1110011 1010100 100110

Color Harmonies of #1CB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB10F

Black with #1CB10F

Text Example


Text Example

White with #1CB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,177,15); }

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

background-color css

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

 a { background-color: rgb(28,177,15); }

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

border-color css

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

 span { border-color: rgb(28,177,15); }

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