#08AF2B

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

Shades of Dark Pastel Green #08AF2B

Tints of Dark Pastel Green #08AF2B

Color information

#08AF2B (or 0x08AF2B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, AF and 2B. RGB value is (8,175,43). Sum of RGB (Red+Green+Blue) = 8+175+43=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF2B is #F750D4. Grayscale: #6E6E6E. Windows color (decimal): -16208085 or 2862856. OLE color: 2862856.

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

Color convert

RGB817543-
CMYK0.9500.750.31
HSL132.57º91.26%35.88%-
HSV(B)132.57º95.43%68.63%-
XYZ15.8730.897.41-
YUV110.0290.1755.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 175 (68.75% from 255) = 77.43%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=3.54%
G=77.43%
B=19.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8175430.9500.750.31132.5791.2635.88
Hex8AF2B5F04B1F855b24
Octal102575313701133720513344
Binary10001010111110101110111110100101111111100001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,175,43); }

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

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

 a { background-color: rgb(8,175,43); }

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

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

 span { border-color: rgb(8,175,43); }

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