Html Css Color HEX #06AE25 Dark Pastel Green

📋 copy color: '#06AE25'

red 6 ◦ green 174 ◦ blue 37

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

Shades of Dark Pastel Green #06AE25

Tints of Dark Pastel Green #06AE25

RGB

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

 GREEN value IS 174 (68.36% from 255) = 80.18%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 2.76%
G = 80.18%
B = 17.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#06AE25 (or 0x06AE25) is known color: Dark Pastel Green. HEX triplet: 06, AE and 25. RGB value is (6,174,37). Sum of RGB (Red+Green+Blue) = 6+174+37=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 174 (68.36% from 255 or 80.18% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AE25 is #F951DA. Grayscale: #6C6C6C. Windows color (decimal): -16339419 or 2469382. OLE color: 2469382.

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

Color convert

RGB 6 174 37 -
CMYK 0.97 0 0.79 0.32
HSL 131.07º 0.93% 0.35% -
HSV(B) 131.07º 0.97% 0.68% -
XYZ 15.55 30.44 6.81 -
YUV 108.15 87.84 55.14 -
System Red Green Blue C M Y K H S L
Decimal 6 174 37 0.97 0 0.79 0.32 131.07 0.93 0.35
Hex 6 AE 25 61 0 4F 20 83 5D 23
Octal 6 256 45 141 0 117 40 203 135 43
Binary 110 10101110 100101 1100001 0 1001111 100000 10000011 1011101 100011

Color Harmonies of #06AE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AE25

Black with #06AE25

Text Example


Text Example

White with #06AE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,174,37); }

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

background-color css

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

 a { background-color: rgb(6,174,37); }

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

border-color css

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

 span { border-color: rgb(6,174,37); }

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