Html Css Color HEX #08CC64 Malachite

📋 copy color: '#08CC64'

red 8 ◦ green 204 ◦ blue 100

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

Shades of Malachite #08CC64

Tints of Malachite #08CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.38%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 2.56%
G = 65.38%
B = 32.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#08CC64 (or 0x08CC64) is known color: Malachite. HEX triplet: 08, CC and 64. RGB value is (8,204,100). Sum of RGB (Red+Green+Blue) = 8+204+100=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #08CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CC64 is #F7339B. Grayscale: #858585. Windows color (decimal): -16200604 or 6605832. OLE color: 6605832.

HSL color Cylindrical-coordinate representation of color #08CC64: hue angle of 148.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CC64 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 204 100 -
CMYK 0.96 0 0.51 0.2
HSL 148.16º 0.92% 0.42% -
HSV(B) 148.16º 0.96% 0.8% -
XYZ 23.99 44.16 19.32 -
YUV 133.54 109.07 38.46 -
System Red Green Blue C M Y K H S L
Decimal 8 204 100 0.96 0 0.51 0.2 148.16 0.92 0.42
Hex 8 CC 64 60 0 33 14 94 5C 2A
Octal 10 314 144 140 0 63 24 224 134 52
Binary 1000 11001100 1100100 1100000 0 110011 10100 10010100 1011100 101010

Color Harmonies of #08CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CC64

Black with #08CC64

Text Example


Text Example

White with #08CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,204,100); }

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

background-color css

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

 a { background-color: rgb(8,204,100); }

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

border-color css

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

 span { border-color: rgb(8,204,100); }

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