Html Css Color HEX #08AC40 Dark Pastel Green

📋 copy color: '#08AC40'

red 8 ◦ green 172 ◦ blue 64

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

Shades of Dark Pastel Green #08AC40

Tints of Dark Pastel Green #08AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 70.49%

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 3.28%
G = 70.49%
B = 26.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#08AC40 (or 0x08AC40) is known color: Dark Pastel Green. HEX triplet: 08, AC and 40. RGB value is (8,172,64). Sum of RGB (Red+Green+Blue) = 8+172+64=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 172 (67.58% from 255 or 70.49% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 172 - color contains mainly: green. Hex color #08AC40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AC40 is #F753BF. Grayscale: #6E6E6E. Windows color (decimal): -16208832 or 4238344. OLE color: 4238344.

HSL color Cylindrical-coordinate representation of color #08AC40: hue angle of 140.49º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AC40 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 172 64 -
CMYK 0.95 0 0.63 0.33
HSL 140.49º 0.91% 0.35% -
HSV(B) 140.49º 0.95% 0.67% -
XYZ 15.78 29.93 9.8 -
YUV 110.65 101.67 54.78 -
System Red Green Blue C M Y K H S L
Decimal 8 172 64 0.95 0 0.63 0.33 140.49 0.91 0.35
Hex 8 AC 40 5F 0 3F 21 8C 5B 23
Octal 10 254 100 137 0 77 41 214 133 43
Binary 1000 10101100 1000000 1011111 0 111111 100001 10001100 1011011 100011

Color Harmonies of #08AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AC40

Black with #08AC40

Text Example


Text Example

White with #08AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,172,64); }

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

background-color css

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

 a { background-color: rgb(8,172,64); }

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

border-color css

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

 span { border-color: rgb(8,172,64); }

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