Html Css Color HEX #AAEF50 Conifer

📋 copy color: '#AAEF50'

red 170 ◦ green 239 ◦ blue 80

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

Shades of Conifer #AAEF50

Tints of Conifer #AAEF50

RGB

 RED value IS 170 (66.8% from 255) = 34.76%

 GREEN value IS 239 (93.75% from 255) = 48.88%

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 34.76%
G = 48.88%
B = 16.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#AAEF50 (or 0xAAEF50) is known color: Conifer. HEX triplet: AA, EF and 50. RGB value is (170,239,80). Sum of RGB (Red+Green+Blue) = 170+239+80=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF50 is #5510AF. Grayscale: #C8C8C8. Windows color (decimal): -5574832 or 5304234. OLE color: 5304234.

HSL color Cylindrical-coordinate representation of color #AAEF50: hue angle of 86.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAEF50 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 80 -
CMYK 0.29 0 0.67 0.06
HSL 86.04º 0.83% 0.63% -
HSV(B) 86.04º 0.67% 0.94% -
XYZ 48.89 70.86 18.69 -
YUV 200.24 60.14 106.43 -
System Red Green Blue C M Y K H S L
Decimal 170 239 80 0.29 0 0.67 0.06 86.04 0.83 0.63
Hex AA EF 50 1D 0 43 6 56 53 3F
Octal 252 357 120 35 0 103 6 126 123 77
Binary 10101010 11101111 1010000 11101 0 1000011 110 1010110 1010011 111111

Color Harmonies of #AAEF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF50

Black with #AAEF50

Text Example


Text Example

White with #AAEF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF50; }

 p { color: rgb(170,239,80); }

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

background-color css

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

 a { background-color: rgb(170,239,80); }

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

border-color css

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

 span { border-color: rgb(170,239,80); }

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