Html Css Color HEX #08C001 Islamic Green

📋 copy color: '#08C001'

red 8 ◦ green 192 ◦ blue 1

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

Shades of Islamic Green #08C001

Tints of Islamic Green #08C001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 3.98%
G = 95.52%
B = 0.5%

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

#08C001 (or 0x08C001) is known color: Islamic Green. HEX triplet: 08, C0 and 01. RGB value is (8,192,1). Sum of RGB (Red+Green+Blue) = 8+192+1=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 192 (75.39% from 255 or 95.52% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 192 - color contains mainly: green. Hex color #08C001 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C001 is #F73FFE. Grayscale: #737373. Windows color (decimal): -16203775 or 114696. OLE color: 114696.

HSL color Cylindrical-coordinate representation of color #08C001: hue angle of 117.8º degrees, saturation: 0.99, 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 #08C001 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 1 -
CMYK 0.96 0 0.99 0.25
HSL 117.8º 0.99% 0.38% -
HSV(B) 117.8º 0.99% 0.75% -
XYZ 18.96 37.75 6.32 -
YUV 115.21 63.54 51.53 -
System Red Green Blue C M Y K H S L
Decimal 8 192 1 0.96 0 0.99 0.25 117.8 0.99 0.38
Hex 8 C0 1 60 0 63 19 76 63 26
Octal 10 300 1 140 0 143 31 166 143 46
Binary 1000 11000000 1 1100000 0 1100011 11001 1110110 1100011 100110

Color Harmonies of #08C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C001

Black with #08C001

Text Example


Text Example

White with #08C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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