Html Css Color HEX #08A426 Dark Pastel Green

📋 copy color: '#08A426'

red 8 ◦ green 164 ◦ blue 38

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

Shades of Dark Pastel Green #08A426

Tints of Dark Pastel Green #08A426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 78.1%

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

R = 3.81%
G = 78.1%
B = 18.1%

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

#08A426 (or 0x08A426) is known color: Dark Pastel Green. HEX triplet: 08, A4 and 26. RGB value is (8,164,38). Sum of RGB (Red+Green+Blue) = 8+164+38=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #08A426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A426 is #F75BD9. Grayscale: #676767. Windows color (decimal): -16210906 or 2532360. OLE color: 2532360.

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

Color convert

RGB 8 164 38 -
CMYK 0.95 0 0.77 0.36
HSL 131.54º 0.91% 0.34% -
HSV(B) 131.54º 0.95% 0.64% -
XYZ 13.73 26.74 6.27 -
YUV 102.99 91.32 60.25 -
System Red Green Blue C M Y K H S L
Decimal 8 164 38 0.95 0 0.77 0.36 131.54 0.91 0.34
Hex 8 A4 26 5F 0 4D 24 84 5B 22
Octal 10 244 46 137 0 115 44 204 133 42
Binary 1000 10100100 100110 1011111 0 1001101 100100 10000100 1011011 100010

Color Harmonies of #08A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A426

Black with #08A426

Text Example


Text Example

White with #08A426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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