Html Css Color HEX #AAED66 Conifer

📋 copy color: '#AAED66'

red 170 ◦ green 237 ◦ blue 102

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

Shades of Conifer #AAED66

Tints of Conifer #AAED66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.04%

R = 33.4%
G = 46.56%
B = 20.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#AAED66 (or 0xAAED66) is known color: Conifer. HEX triplet: AA, ED and 66. RGB value is (170,237,102). Sum of RGB (Red+Green+Blue) = 170+237+102=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED66 is #551299. Grayscale: #CACACA. Windows color (decimal): -5575322 or 6745514. OLE color: 6745514.

HSL color Cylindrical-coordinate representation of color #AAED66: hue angle of 89.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAED66 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 102 -
CMYK 0.28 0 0.57 0.07
HSL 89.78º 0.79% 0.66% -
HSV(B) 89.78º 0.57% 0.93% -
XYZ 49.26 70.07 23.5 -
YUV 201.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 170 237 102 0.28 0 0.57 0.07 89.78 0.79 0.66
Hex AA ED 66 1C 0 39 7 5A 4F 42
Octal 252 355 146 34 0 71 7 132 117 102
Binary 10101010 11101101 1100110 11100 0 111001 111 1011010 1001111 1000010

Color Harmonies of #AAED66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED66

Black with #AAED66

Text Example


Text Example

White with #AAED66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED66; }

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

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

background-color css

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

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

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

border-color css

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

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

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