Html Css Color HEX #AAE950 Conifer

📋 copy color: '#AAE950'

red 170 ◦ green 233 ◦ blue 80

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

Shades of Conifer #AAE950

Tints of Conifer #AAE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

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

R = 35.2%
G = 48.24%
B = 16.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#AAE950 (or 0xAAE950) is known color: Conifer. HEX triplet: AA, E9 and 50. RGB value is (170,233,80). Sum of RGB (Red+Green+Blue) = 170+233+80=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE950 is #5516AF. Grayscale: #C5C5C5. Windows color (decimal): -5576368 or 5302698. OLE color: 5302698.

HSL color Cylindrical-coordinate representation of color #AAE950: hue angle of 84.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAE950 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 80 -
CMYK 0.27 0 0.66 0.09
HSL 84.71º 0.78% 0.61% -
HSV(B) 84.71º 0.66% 0.91% -
XYZ 47.16 67.4 18.11 -
YUV 196.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 170 233 80 0.27 0 0.66 0.09 84.71 0.78 0.61
Hex AA E9 50 1B 0 42 9 55 4E 3D
Octal 252 351 120 33 0 102 11 125 116 75
Binary 10101010 11101001 1010000 11011 0 1000010 1001 1010101 1001110 111101

Color Harmonies of #AAE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE950

Black with #AAE950

Text Example


Text Example

White with #AAE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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