Html Css Color HEX #1CB50E Islamic Green

📋 copy color: '#1CB50E'

red 28 ◦ green 181 ◦ blue 14

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

Shades of Islamic Green #1CB50E

Tints of Islamic Green #1CB50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 81.17%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 12.56%
G = 81.17%
B = 6.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#1CB50E (or 0x1CB50E) is known color: Islamic Green. HEX triplet: 1C, B5 and 0E. RGB value is (28,181,14). Sum of RGB (Red+Green+Blue) = 28+181+14=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 181 (71.09% from 255 or 81.17% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB50E is #E34AF1. Grayscale: #747474. Windows color (decimal): -14895858 or 963868. OLE color: 963868.

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

Color convert

RGB 28 181 14 -
CMYK 0.85 0 0.92 0.29
HSL 114.97º 0.86% 0.38% -
HSV(B) 114.97º 0.92% 0.71% -
XYZ 17.08 33.33 5.95 -
YUV 116.22 70.31 65.08 -
System Red Green Blue C M Y K H S L
Decimal 28 181 14 0.85 0 0.92 0.29 114.97 0.86 0.38
Hex 1C B5 E 55 0 5C 1D 73 56 26
Octal 34 265 16 125 0 134 35 163 126 46
Binary 11100 10110101 1110 1010101 0 1011100 11101 1110011 1010110 100110

Color Harmonies of #1CB50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB50E

Black with #1CB50E

Text Example


Text Example

White with #1CB50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,181,14); }

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

background-color css

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

 a { background-color: rgb(28,181,14); }

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

border-color css

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

 span { border-color: rgb(28,181,14); }

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