Html Css Color HEX #08C352 Malachite

📋 copy color: '#08C352'

red 8 ◦ green 195 ◦ blue 82

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

Shades of Malachite #08C352

Tints of Malachite #08C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.42%

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 2.81%
G = 68.42%
B = 28.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#08C352 (or 0x08C352) is known color: Malachite. HEX triplet: 08, C3 and 52. RGB value is (8,195,82). Sum of RGB (Red+Green+Blue) = 8+195+82=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #08C352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C352 is #F73CAD. Grayscale: #7E7E7E. Windows color (decimal): -16202926 or 5423880. OLE color: 5423880.

HSL color Cylindrical-coordinate representation of color #08C352: hue angle of 143.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 #08C352 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 195 82 -
CMYK 0.96 0 0.58 0.24
HSL 143.74º 0.92% 0.4% -
HSV(B) 143.74º 0.96% 0.76% -
XYZ 21.14 39.69 14.53 -
YUV 126.21 103.05 43.69 -
System Red Green Blue C M Y K H S L
Decimal 8 195 82 0.96 0 0.58 0.24 143.74 0.92 0.4
Hex 8 C3 52 60 0 3A 18 90 5C 28
Octal 10 303 122 140 0 72 30 220 134 50
Binary 1000 11000011 1010010 1100000 0 111010 11000 10010000 1011100 101000

Color Harmonies of #08C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C352

Black with #08C352

Text Example


Text Example

White with #08C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,195,82); }

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

background-color css

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

 a { background-color: rgb(8,195,82); }

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

border-color css

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

 span { border-color: rgb(8,195,82); }

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