Html Css Color HEX #06AF40 Dark Pastel Green

📋 copy color: '#06AF40'

red 6 ◦ green 175 ◦ blue 64

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

Shades of Dark Pastel Green #06AF40

Tints of Dark Pastel Green #06AF40

RGB

 RED value IS 6 (2.73% from 255) = 2.45%

 GREEN value IS 175 (68.75% from 255) = 71.43%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 2.45%
G = 71.43%
B = 26.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#06AF40 (or 0x06AF40) is known color: Dark Pastel Green. HEX triplet: 06, AF and 40. RGB value is (6,175,64). Sum of RGB (Red+Green+Blue) = 6+175+64=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AF40 is #F950BF. Grayscale: #707070. Windows color (decimal): -16339136 or 4239110. OLE color: 4239110.

HSL color Cylindrical-coordinate representation of color #06AF40: hue angle of 140.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AF40 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 175 64 -
CMYK 0.97 0 0.63 0.31
HSL 140.59º 0.93% 0.35% -
HSV(B) 140.59º 0.97% 0.69% -
XYZ 16.33 31.07 9.99 -
YUV 111.82 101.01 52.53 -
System Red Green Blue C M Y K H S L
Decimal 6 175 64 0.97 0 0.63 0.31 140.59 0.93 0.35
Hex 6 AF 40 61 0 3F 1F 8D 5D 23
Octal 6 257 100 141 0 77 37 215 135 43
Binary 110 10101111 1000000 1100001 0 111111 11111 10001101 1011101 100011

Color Harmonies of #06AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AF40

Black with #06AF40

Text Example


Text Example

White with #06AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AF40; }

 p { color: rgb(6,175,64); }

 H1.HeaderClassName
 {
   color: #06AF40;
 }
 .AnyTagClassName
 {
   color: #06AF40;
 }
</style>

background-color css

<style>
 a { background-color: #06AF40; }

 a { background-color: rgb(6,175,64); }

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

border-color css

<style>
 span { border-color: #06AF40; }

 span { border-color: rgb(6,175,64); }

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