Html Css Color HEX #08C25E Malachite

📋 copy color: '#08C25E'

red 8 ◦ green 194 ◦ blue 94

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

Shades of Malachite #08C25E

Tints of Malachite #08C25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 2.7%
G = 65.54%
B = 31.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#08C25E (or 0x08C25E) is known color: Malachite. HEX triplet: 08, C2 and 5E. RGB value is (8,194,94). Sum of RGB (Red+Green+Blue) = 8+194+94=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #08C25E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C25E is #F73DA1. Grayscale: #7F7F7F. Windows color (decimal): -16203170 or 6210056. OLE color: 6210056.

HSL color Cylindrical-coordinate representation of color #08C25E: hue angle of 147.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C25E is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 194 94 -
CMYK 0.96 0 0.52 0.24
HSL 147.74º 0.92% 0.4% -
HSV(B) 147.74º 0.96% 0.76% -
XYZ 21.41 39.44 17.07 -
YUV 126.99 109.38 43.13 -
System Red Green Blue C M Y K H S L
Decimal 8 194 94 0.96 0 0.52 0.24 147.74 0.92 0.4
Hex 8 C2 5E 60 0 34 18 94 5C 28
Octal 10 302 136 140 0 64 30 224 134 50
Binary 1000 11000010 1011110 1100000 0 110100 11000 10010100 1011100 101000

Color Harmonies of #08C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C25E

Black with #08C25E

Text Example


Text Example

White with #08C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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