Html Css Color HEX #AAED46 Conifer

📋 copy color: '#AAED46'

red 170 ◦ green 237 ◦ blue 70

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

Shades of Conifer #AAED46

Tints of Conifer #AAED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.69%

 BLUE value IS 70 (27.73% from 255) = 14.68%

R = 35.64%
G = 49.69%
B = 14.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#AAED46 (or 0xAAED46) is known color: Conifer. HEX triplet: AA, ED and 46. RGB value is (170,237,70). Sum of RGB (Red+Green+Blue) = 170+237+70=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED46 is #5512B9. Grayscale: #C6C6C6. Windows color (decimal): -5575354 or 4648362. OLE color: 4648362.

HSL color Cylindrical-coordinate representation of color #AAED46: hue angle of 84.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAED46 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 70 -
CMYK 0.28 0 0.70 0.07
HSL 84.07º 0.82% 0.6% -
HSV(B) 84.07º 0.7% 0.93% -
XYZ 47.97 69.56 16.69 -
YUV 197.93 55.8 108.08 -
System Red Green Blue C M Y K H S L
Decimal 170 237 70 0.28 0 0.70 0.07 84.07 0.82 0.6
Hex AA ED 46 1C 0 46 7 54 52 3C
Octal 252 355 106 34 0 106 7 124 122 74
Binary 10101010 11101101 1000110 11100 0 1000110 111 1010100 1010010 111100

Color Harmonies of #AAED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED46

Black with #AAED46

Text Example


Text Example

White with #AAED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED46; }

 p { color: rgb(170,237,70); }

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

background-color css

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

 a { background-color: rgb(170,237,70); }

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

border-color css

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

 span { border-color: rgb(170,237,70); }

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