Html Css Color HEX #08CA28 Dark Pastel Green

📋 copy color: '#08CA28'

red 8 ◦ green 202 ◦ blue 40

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

Shades of Dark Pastel Green #08CA28

Tints of Dark Pastel Green #08CA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 3.2%
G = 80.8%
B = 16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#08CA28 (or 0x08CA28) is known color: Dark Pastel Green. HEX triplet: 08, CA and 28. RGB value is (8,202,40). Sum of RGB (Red+Green+Blue) = 8+202+40=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA28 is #F735D7. Grayscale: #7D7D7D. Windows color (decimal): -16201176 or 2673160. OLE color: 2673160.

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

Color convert

RGB 8 202 40 -
CMYK 0.96 0 0.80 0.21
HSL 129.9º 0.92% 0.41% -
HSV(B) 129.9º 0.96% 0.79% -
XYZ 21.6 42.45 9.06 -
YUV 125.53 79.73 44.17 -
System Red Green Blue C M Y K H S L
Decimal 8 202 40 0.96 0 0.80 0.21 129.9 0.92 0.41
Hex 8 CA 28 60 0 50 15 82 5C 29
Octal 10 312 50 140 0 120 25 202 134 51
Binary 1000 11001010 101000 1100000 0 1010000 10101 10000010 1011100 101001

Color Harmonies of #08CA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CA28

Black with #08CA28

Text Example


Text Example

White with #08CA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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