Html Css Color HEX #08C85A Malachite

📋 copy color: '#08C85A'

red 8 ◦ green 200 ◦ blue 90

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

Shades of Malachite #08C85A

Tints of Malachite #08C85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 67.11%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 2.68%
G = 67.11%
B = 30.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#08C85A (or 0x08C85A) is known color: Malachite. HEX triplet: 08, C8 and 5A. RGB value is (8,200,90). Sum of RGB (Red+Green+Blue) = 8+200+90=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #08C85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C85A is #F737A5. Grayscale: #828282. Windows color (decimal): -16201638 or 5949448. OLE color: 5949448.

HSL color Cylindrical-coordinate representation of color #08C85A: hue angle of 145.62º 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 #08C85A is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 200 90 -
CMYK 0.96 0 0.55 0.22
HSL 145.63º 0.92% 0.41% -
HSV(B) 145.63º 0.96% 0.78% -
XYZ 22.6 42.1 16.61 -
YUV 130.05 105.39 40.94 -
System Red Green Blue C M Y K H S L
Decimal 8 200 90 0.96 0 0.55 0.22 145.63 0.92 0.41
Hex 8 C8 5A 60 0 37 16 92 5C 29
Octal 10 310 132 140 0 67 26 222 134 51
Binary 1000 11001000 1011010 1100000 0 110111 10110 10010010 1011100 101001

Color Harmonies of #08C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C85A

Black with #08C85A

Text Example


Text Example

White with #08C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,200,90); }

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

background-color css

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

 a { background-color: rgb(8,200,90); }

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

border-color css

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

 span { border-color: rgb(8,200,90); }

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