Html Css Color HEX #08CA65 Malachite

📋 copy color: '#08CA65'

red 8 ◦ green 202 ◦ blue 101

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

Shades of Malachite #08CA65

Tints of Malachite #08CA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 2.57%
G = 64.95%
B = 32.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#08CA65 (or 0x08CA65) is known color: Malachite. HEX triplet: 08, CA and 65. RGB value is (8,202,101). Sum of RGB (Red+Green+Blue) = 8+202+101=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CA65 is #F7359A. Grayscale: #848484. Windows color (decimal): -16201115 or 6670856. OLE color: 6670856.

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

Color convert

RGB 8 202 101 -
CMYK 0.96 0 0.50 0.21
HSL 148.76º 0.92% 0.41% -
HSV(B) 148.76º 0.96% 0.79% -
XYZ 23.57 43.23 19.41 -
YUV 132.48 110.23 39.21 -
System Red Green Blue C M Y K H S L
Decimal 8 202 101 0.96 0 0.50 0.21 148.76 0.92 0.41
Hex 8 CA 65 60 0 32 15 95 5C 29
Octal 10 312 145 140 0 62 25 225 134 51
Binary 1000 11001010 1100101 1100000 0 110010 10101 10010101 1011100 101001

Color Harmonies of #08CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CA65

Black with #08CA65

Text Example


Text Example

White with #08CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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