Html Css Color HEX #08CA45 Dark Pastel Green

📋 copy color: '#08CA45'

red 8 ◦ green 202 ◦ blue 69

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

Shades of Dark Pastel Green #08CA45

Tints of Dark Pastel Green #08CA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 2.87%
G = 72.4%
B = 24.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#08CA45 (or 0x08CA45) is known color: Dark Pastel Green. HEX triplet: 08, CA and 45. RGB value is (8,202,69). Sum of RGB (Red+Green+Blue) = 8+202+69=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA45 is #F735BA. Grayscale: #818181. Windows color (decimal): -16201147 or 4573704. OLE color: 4573704.

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

Color convert

RGB 8 202 69 -
CMYK 0.96 0 0.66 0.21
HSL 138.87º 0.92% 0.41% -
HSV(B) 138.87º 0.96% 0.79% -
XYZ 22.29 42.72 12.7 -
YUV 128.83 94.23 41.81 -
System Red Green Blue C M Y K H S L
Decimal 8 202 69 0.96 0 0.66 0.21 138.87 0.92 0.41
Hex 8 CA 45 60 0 42 15 8B 5C 29
Octal 10 312 105 140 0 102 25 213 134 51
Binary 1000 11001010 1000101 1100000 0 1000010 10101 10001011 1011100 101001

Color Harmonies of #08CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CA45

Black with #08CA45

Text Example


Text Example

White with #08CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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