Html Css Color HEX #08C002 Islamic Green

📋 copy color: '#08C002'

red 8 ◦ green 192 ◦ blue 2

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

Shades of Islamic Green #08C002

Tints of Islamic Green #08C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 95.05%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 3.96%
G = 95.05%
B = 0.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#08C002 (or 0x08C002) is known color: Islamic Green. HEX triplet: 08, C0 and 02. RGB value is (8,192,2). Sum of RGB (Red+Green+Blue) = 8+192+2=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 192 (75.39% from 255 or 95.05% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 192 - color contains mainly: green. Hex color #08C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C002 is #F73FFD. Grayscale: #737373. Windows color (decimal): -16203774 or 180232. OLE color: 180232.

HSL color Cylindrical-coordinate representation of color #08C002: hue angle of 118.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08C002 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 2 -
CMYK 0.96 0 0.99 0.25
HSL 118.11º 0.98% 0.38% -
HSV(B) 118.11º 0.99% 0.75% -
XYZ 18.96 37.76 6.35 -
YUV 115.32 64.04 51.45 -
System Red Green Blue C M Y K H S L
Decimal 8 192 2 0.96 0 0.99 0.25 118.11 0.98 0.38
Hex 8 C0 2 60 0 63 19 76 62 26
Octal 10 300 2 140 0 143 31 166 142 46
Binary 1000 11000000 10 1100000 0 1100011 11001 1110110 1100010 100110

Color Harmonies of #08C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C002

Black with #08C002

Text Example


Text Example

White with #08C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08C002; }

 p { color: rgb(8,192,2); }

 H1.HeaderClassName
 {
   color: #08C002;
 }
 .AnyTagClassName
 {
   color: #08C002;
 }
</style>

background-color css

<style>
 a { background-color: #08C002; }

 a { background-color: rgb(8,192,2); }

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

border-color css

<style>
 span { border-color: #08C002; }

 span { border-color: rgb(8,192,2); }

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