Html Css Color HEX #08CA5D Malachite

📋 copy color: '#08CA5D'

red 8 ◦ green 202 ◦ blue 93

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

Shades of Malachite #08CA5D

Tints of Malachite #08CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.67%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 2.64%
G = 66.67%
B = 30.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#08CA5D (or 0x08CA5D) is known color: Malachite. HEX triplet: 08, CA and 5D. RGB value is (8,202,93). Sum of RGB (Red+Green+Blue) = 8+202+93=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CA5D is #F735A2. Grayscale: #838383. Windows color (decimal): -16201123 or 6146568. OLE color: 6146568.

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

Color convert

RGB 8 202 93 -
CMYK 0.96 0 0.54 0.21
HSL 146.29º 0.92% 0.41% -
HSV(B) 146.29º 0.96% 0.79% -
XYZ 23.2 43.08 17.45 -
YUV 131.57 106.23 39.86 -
System Red Green Blue C M Y K H S L
Decimal 8 202 93 0.96 0 0.54 0.21 146.29 0.92 0.41
Hex 8 CA 5D 60 0 36 15 92 5C 29
Octal 10 312 135 140 0 66 25 222 134 51
Binary 1000 11001010 1011101 1100000 0 110110 10101 10010010 1011100 101001

Color Harmonies of #08CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CA5D

Black with #08CA5D

Text Example


Text Example

White with #08CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,202,93); }

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

background-color css

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

 a { background-color: rgb(8,202,93); }

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

border-color css

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

 span { border-color: rgb(8,202,93); }

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