Html Css Color HEX #08AA32 Dark Pastel Green

📋 copy color: '#08AA32'

red 8 ◦ green 170 ◦ blue 50

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

Shades of Dark Pastel Green #08AA32

Tints of Dark Pastel Green #08AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 74.56%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 3.51%
G = 74.56%
B = 21.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#08AA32 (or 0x08AA32) is known color: Dark Pastel Green. HEX triplet: 08, AA and 32. RGB value is (8,170,50). Sum of RGB (Red+Green+Blue) = 8+170+50=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA32 is #F755CD. Grayscale: #6C6C6C. Windows color (decimal): -16209358 or 3320328. OLE color: 3320328.

HSL color Cylindrical-coordinate representation of color #08AA32: hue angle of 135.56º 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 #08AA32 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 50 -
CMYK 0.95 0 0.71 0.33
HSL 135.56º 0.91% 0.35% -
HSV(B) 135.56º 0.95% 0.67% -
XYZ 15.05 29.03 7.83 -
YUV 107.88 95.33 56.76 -
System Red Green Blue C M Y K H S L
Decimal 8 170 50 0.95 0 0.71 0.33 135.56 0.91 0.35
Hex 8 AA 32 5F 0 47 21 88 5B 23
Octal 10 252 62 137 0 107 41 210 133 43
Binary 1000 10101010 110010 1011111 0 1000111 100001 10001000 1011011 100011

Color Harmonies of #08AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA32

Black with #08AA32

Text Example


Text Example

White with #08AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,170,50); }

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

background-color css

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

 a { background-color: rgb(8,170,50); }

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

border-color css

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

 span { border-color: rgb(8,170,50); }

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