#08A634

Color #08A634 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #08A634

Tints of Dark Pastel Green #08A634

Color information

#08A634 (or 0x08A634) is unknown color: approx Dark Pastel Green. HEX triplet: 08, A6 and 34. RGB value is (8,166,52). Sum of RGB (Red+Green+Blue) = 8+166+52=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #08A634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A634 is #F759CB. Grayscale: #6A6A6A. Windows color (decimal): -16210380 or 3450376. OLE color: 3450376.

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

Color convert

RGB816652-
CMYK0.9500.690.35
HSL136.71º90.8%34.12%-
HSV(B)136.71º95.18%65.1%-
XYZ14.3627.577.81-
YUV105.7697.6558.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 166 (65.23% from 255) = 73.45%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=3.54%
G=73.45%
B=23.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8166520.9500.690.35136.7190.834.12
Hex8A6345F04523895b22
Octal102466413701054321113342
Binary100010100110110100101111101000101100011100010011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,166,52); }

 H1.HeaderClassName
 {
   color: #08A634;
 }
 .AnyTagClassName
 {
   color: #08A634;
 }
</style>
background-color css

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

 a { background-color: rgb(8,166,52); }

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

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

 span { border-color: rgb(8,166,52); }

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