Html Css Color HEX #00C208 Islamic Green

📋 copy color: '#00C208'

red 0 ◦ green 194 ◦ blue 8

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

Shades of Islamic Green #00C208

Tints of Islamic Green #00C208

RGB

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

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

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

R = 0%
G = 96.04%
B = 3.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#00C208 (or 0x00C208) is known color: Islamic Green. HEX triplet: 00, C2 and 08. RGB value is (0,194,8). Sum of RGB (Red+Green+Blue) = 0+194+8=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 194 (76.17% from 255 or 96.04% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 194 - color contains mainly: green. Hex color #00C208 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C208 is #FF3DF7. Grayscale: #737373. Windows color (decimal): -16727544 or 573952. OLE color: 573952.

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

Color convert

RGB 0 194 8 -
CMYK 1 0 0.96 0.24
HSL 122.47º 1% 0.38% -
HSV(B) 122.47º 1% 0.76% -
XYZ 19.34 38.6 6.66 -
YUV 114.79 67.73 46.12 -
System Red Green Blue C M Y K H S L
Decimal 0 194 8 1 0 0.96 0.24 122.47 1 0.38
Hex 0 C2 8 64 0 60 18 7A 64 26
Octal 0 302 10 144 0 140 30 172 144 46
Binary 0 11000010 1000 1100100 0 1100000 11000 1111010 1100100 100110

Color Harmonies of #00C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C208

Black with #00C208

Text Example


Text Example

White with #00C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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