Html Css Color HEX #08A226 Dark Pastel Green

📋 copy color: '#08A226'

red 8 ◦ green 162 ◦ blue 38

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

Shades of Dark Pastel Green #08A226

Tints of Dark Pastel Green #08A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 77.88%

 BLUE value IS 38 (15.23% from 255) = 18.27%

R = 3.85%
G = 77.88%
B = 18.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#08A226 (or 0x08A226) is known color: Dark Pastel Green. HEX triplet: 08, A2 and 26. RGB value is (8,162,38). Sum of RGB (Red+Green+Blue) = 8+162+38=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 162 (63.67% from 255 or 77.88% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 162 - color contains mainly: green. Hex color #08A226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A226 is #F75DD9. Grayscale: #666666. Windows color (decimal): -16211418 or 2531848. OLE color: 2531848.

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

Color convert

RGB 8 162 38 -
CMYK 0.95 0 0.77 0.36
HSL 131.69º 0.91% 0.33% -
HSV(B) 131.69º 0.95% 0.64% -
XYZ 13.37 26.03 6.15 -
YUV 101.82 91.98 61.08 -
System Red Green Blue C M Y K H S L
Decimal 8 162 38 0.95 0 0.77 0.36 131.69 0.91 0.33
Hex 8 A2 26 5F 0 4D 24 84 5B 21
Octal 10 242 46 137 0 115 44 204 133 41
Binary 1000 10100010 100110 1011111 0 1001101 100100 10000100 1011011 100001

Color Harmonies of #08A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A226

Black with #08A226

Text Example


Text Example

White with #08A226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,162,38); }

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

background-color css

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

 a { background-color: rgb(8,162,38); }

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

border-color css

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

 span { border-color: rgb(8,162,38); }

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