Html Css Color HEX #08AE2D Dark Pastel Green

📋 copy color: '#08AE2D'

red 8 ◦ green 174 ◦ blue 45

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

Shades of Dark Pastel Green #08AE2D

Tints of Dark Pastel Green #08AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 76.65%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 3.52%
G = 76.65%
B = 19.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#08AE2D (or 0x08AE2D) is known color: Dark Pastel Green. HEX triplet: 08, AE and 2D. RGB value is (8,174,45). Sum of RGB (Red+Green+Blue) = 8+174+45=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 174 (68.36% from 255 or 76.65% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 174 - color contains mainly: green. Hex color #08AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AE2D is #F751D2. Grayscale: #6E6E6E. Windows color (decimal): -16208339 or 2993672. OLE color: 2993672.

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

Color convert

RGB 8 174 45 -
CMYK 0.95 0 0.74 0.32
HSL 133.37º 0.91% 0.36% -
HSV(B) 133.37º 0.95% 0.68% -
XYZ 15.71 30.51 7.54 -
YUV 109.66 91.5 55.49 -
System Red Green Blue C M Y K H S L
Decimal 8 174 45 0.95 0 0.74 0.32 133.37 0.91 0.36
Hex 8 AE 2D 5F 0 4A 20 85 5B 24
Octal 10 256 55 137 0 112 40 205 133 44
Binary 1000 10101110 101101 1011111 0 1001010 100000 10000101 1011011 100100

Color Harmonies of #08AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AE2D

Black with #08AE2D

Text Example


Text Example

White with #08AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,174,45); }

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

background-color css

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

 a { background-color: rgb(8,174,45); }

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

border-color css

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

 span { border-color: rgb(8,174,45); }

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