Html Css Color HEX #08C70F Islamic Green

📋 copy color: '#08C70F'

red 8 ◦ green 199 ◦ blue 15

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

Shades of Islamic Green #08C70F

Tints of Islamic Green #08C70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 89.64%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 3.6%
G = 89.64%
B = 6.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#08C70F (or 0x08C70F) is known color: Islamic Green. HEX triplet: 08, C7 and 0F. RGB value is (8,199,15). Sum of RGB (Red+Green+Blue) = 8+199+15=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 199 (78.12% from 255 or 89.64% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 199 - color contains mainly: green. Hex color #08C70F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C70F is #F738F0. Grayscale: #797979. Windows color (decimal): -16201969 or 1033992. OLE color: 1033992.

HSL color Cylindrical-coordinate representation of color #08C70F: hue angle of 122.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C70F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 199 15 -
CMYK 0.96 0 0.92 0.22
HSL 122.2º 0.92% 0.41% -
HSV(B) 122.2º 0.96% 0.78% -
XYZ 20.61 40.93 7.27 -
YUV 120.92 68.22 47.46 -
System Red Green Blue C M Y K H S L
Decimal 8 199 15 0.96 0 0.92 0.22 122.2 0.92 0.41
Hex 8 C7 F 60 0 5C 16 7A 5C 29
Octal 10 307 17 140 0 134 26 172 134 51
Binary 1000 11000111 1111 1100000 0 1011100 10110 1111010 1011100 101001

Color Harmonies of #08C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C70F

Black with #08C70F

Text Example


Text Example

White with #08C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,199,15); }

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

background-color css

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

 a { background-color: rgb(8,199,15); }

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

border-color css

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

 span { border-color: rgb(8,199,15); }

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