Html Css Color HEX #01C208 Islamic Green

📋 copy color: '#01C208'

red 1 ◦ green 194 ◦ blue 8

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

Shades of Islamic Green #01C208

Tints of Islamic Green #01C208

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 194 (76.17% from 255) = 95.57%

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 0.49%
G = 95.57%
B = 3.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#01C208 (or 0x01C208) is known color: Islamic Green. HEX triplet: 01, C2 and 08. RGB value is (1,194,8). Sum of RGB (Red+Green+Blue) = 1+194+8=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 194 (76.17% from 255 or 95.57% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 194 - color contains mainly: green. Hex color #01C208 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C208 is #FE3DF7. Grayscale: #737373. Windows color (decimal): -16662008 or 573953. OLE color: 573953.

HSL color Cylindrical-coordinate representation of color #01C208: hue angle of 122.18º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C208 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 8 -
CMYK 0.99 0 0.96 0.24
HSL 122.18º 0.99% 0.38% -
HSV(B) 122.18º 0.99% 0.76% -
XYZ 19.35 38.61 6.66 -
YUV 115.09 67.56 46.62 -
System Red Green Blue C M Y K H S L
Decimal 1 194 8 0.99 0 0.96 0.24 122.18 0.99 0.38
Hex 1 C2 8 63 0 60 18 7A 63 26
Octal 1 302 10 143 0 140 30 172 143 46
Binary 1 11000010 1000 1100011 0 1100000 11000 1111010 1100011 100110

Color Harmonies of #01C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C208

Black with #01C208

Text Example


Text Example

White with #01C208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C208; }

 p { color: rgb(1,194,8); }

 H1.HeaderClassName
 {
   color: #01C208;
 }
 .AnyTagClassName
 {
   color: #01C208;
 }
</style>

background-color css

<style>
 a { background-color: #01C208; }

 a { background-color: rgb(1,194,8); }

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

border-color css

<style>
 span { border-color: #01C208; }

 span { border-color: rgb(1,194,8); }

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