Html Css Color HEX #08AC3C Dark Pastel Green

📋 copy color: '#08AC3C'

red 8 ◦ green 172 ◦ blue 60

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

Shades of Dark Pastel Green #08AC3C

Tints of Dark Pastel Green #08AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 71.67%

 BLUE value IS 60 (23.83% from 255) = 25%

R = 3.33%
G = 71.67%
B = 25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#08AC3C (or 0x08AC3C) is known color: Dark Pastel Green. HEX triplet: 08, AC and 3C. RGB value is (8,172,60). Sum of RGB (Red+Green+Blue) = 8+172+60=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #08AC3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AC3C is #F753C3. Grayscale: #6E6E6E. Windows color (decimal): -16208836 or 3976200. OLE color: 3976200.

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

Color convert

RGB 8 172 60 -
CMYK 0.95 0 0.65 0.33
HSL 139.02º 0.91% 0.35% -
HSV(B) 139.02º 0.95% 0.67% -
XYZ 15.67 29.88 9.22 -
YUV 110.2 99.67 55.11 -
System Red Green Blue C M Y K H S L
Decimal 8 172 60 0.95 0 0.65 0.33 139.02 0.91 0.35
Hex 8 AC 3C 5F 0 41 21 8B 5B 23
Octal 10 254 74 137 0 101 41 213 133 43
Binary 1000 10101100 111100 1011111 0 1000001 100001 10001011 1011011 100011

Color Harmonies of #08AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AC3C

Black with #08AC3C

Text Example


Text Example

White with #08AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,172,60); }

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

background-color css

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

 a { background-color: rgb(8,172,60); }

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

border-color css

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

 span { border-color: rgb(8,172,60); }

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