Html Css Color HEX #1CBA00 Islamic Green

📋 copy color: '#1CBA00'

red 28 ◦ green 186 ◦ blue 0

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

Shades of Islamic Green #1CBA00

Tints of Islamic Green #1CBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.08%
G = 86.92%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#1CBA00 (or 0x1CBA00) is known color: Islamic Green. HEX triplet: 1C, BA and 00. RGB value is (28,186,0). Sum of RGB (Red+Green+Blue) = 28+186+0=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 186 (73.05% from 255 or 86.92% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBA00 is #E345FF. Grayscale: #767676. Windows color (decimal): -14894592 or 47644. OLE color: 47644.

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

Color convert

RGB 28 186 0 -
CMYK 0.85 0 1 0.27
HSL 110.97º 1% 0.36% -
HSV(B) 110.97º 1% 0.73% -
XYZ 18.04 35.36 5.88 -
YUV 117.55 61.65 64.12 -
System Red Green Blue C M Y K H S L
Decimal 28 186 0 0.85 0 1 0.27 110.97 1 0.36
Hex 1C BA 0 55 0 64 1B 6F 64 24
Octal 34 272 0 125 0 144 33 157 144 44
Binary 11100 10111010 0 1010101 0 1100100 11011 1101111 1100100 100100

Color Harmonies of #1CBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA00

Black with #1CBA00

Text Example


Text Example

White with #1CBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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