Html Css Color HEX #1CBA0E Islamic Green

📋 copy color: '#1CBA0E'

red 28 ◦ green 186 ◦ blue 14

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

Shades of Islamic Green #1CBA0E

Tints of Islamic Green #1CBA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 81.58%

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

R = 12.28%
G = 81.58%
B = 6.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#1CBA0E (or 0x1CBA0E) is known color: Islamic Green. HEX triplet: 1C, BA and 0E. RGB value is (28,186,14). Sum of RGB (Red+Green+Blue) = 28+186+14=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 186 (73.05% from 255 or 81.58% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBA0E is #E345F1. Grayscale: #777777. Windows color (decimal): -14894578 or 965148. OLE color: 965148.

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

Color convert

RGB 28 186 14 -
CMYK 0.85 0 0.92 0.27
HSL 115.12º 0.86% 0.39% -
HSV(B) 115.12º 0.92% 0.73% -
XYZ 18.12 35.4 6.29 -
YUV 119.15 68.65 62.99 -
System Red Green Blue C M Y K H S L
Decimal 28 186 14 0.85 0 0.92 0.27 115.12 0.86 0.39
Hex 1C BA E 55 0 5C 1B 73 56 27
Octal 34 272 16 125 0 134 33 163 126 47
Binary 11100 10111010 1110 1010101 0 1011100 11011 1110011 1010110 100111

Color Harmonies of #1CBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA0E

Black with #1CBA0E

Text Example


Text Example

White with #1CBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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