Html Css Color HEX #08AD2C Dark Pastel Green

📋 copy color: '#08AD2C'

red 8 ◦ green 173 ◦ blue 44

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

Shades of Dark Pastel Green #08AD2C

Tints of Dark Pastel Green #08AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 76.89%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 3.56%
G = 76.89%
B = 19.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#08AD2C (or 0x08AD2C) is known color: Dark Pastel Green. HEX triplet: 08, AD and 2C. RGB value is (8,173,44). Sum of RGB (Red+Green+Blue) = 8+173+44=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 173 (67.97% from 255 or 76.89% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AD2C is #F752D3. Grayscale: #6D6D6D. Windows color (decimal): -16208596 or 2927880. OLE color: 2927880.

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

Color convert

RGB 8 173 44 -
CMYK 0.95 0 0.75 0.32
HSL 133.09º 0.91% 0.35% -
HSV(B) 133.09º 0.95% 0.68% -
XYZ 15.5 30.12 7.38 -
YUV 108.96 91.34 55.99 -
System Red Green Blue C M Y K H S L
Decimal 8 173 44 0.95 0 0.75 0.32 133.09 0.91 0.35
Hex 8 AD 2C 5F 0 4B 20 85 5B 23
Octal 10 255 54 137 0 113 40 205 133 43
Binary 1000 10101101 101100 1011111 0 1001011 100000 10000101 1011011 100011

Color Harmonies of #08AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AD2C

Black with #08AD2C

Text Example


Text Example

White with #08AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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