#08CA2C

Color #08CA2C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #08CA2C

Tints of Dark Pastel Green #08CA2C

Color information

#08CA2C (or 0x08CA2C) is unknown color: approx Dark Pastel Green. HEX triplet: 08, CA and 2C. RGB value is (8,202,44). Sum of RGB (Red+Green+Blue) = 8+202+44=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA2C is #F735D3. Grayscale: #7E7E7E. Windows color (decimal): -16201172 or 2935304. OLE color: 2935304.

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

Color convert

RGB820244-
CMYK0.9600.780.21
HSL131.13º92.38%41.18%-
HSV(B)131.13º96.04%79.22%-
XYZ21.6842.479.44-
YUV125.9881.7343.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.15%
GREEN value IS 202 (79.30% from 255) = 79.53%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=3.15%
G=79.53%
B=17.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8202440.9600.780.21131.1392.3841.18
Hex8CA2C6004E15835c29
Octal103125414001162520313451
Binary10001100101010110011000000100111010101100000111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08CA2C;
 }
 .AnyTagClassName
 {
   color: #08CA2C;
 }
</style>
background-color css

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

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

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

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

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

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