Html Css Color HEX #AAED41 Conifer

📋 copy color: '#AAED41'

red 170 ◦ green 237 ◦ blue 65

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

Shades of Conifer #AAED41

Tints of Conifer #AAED41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.77%

R = 36.02%
G = 50.21%
B = 13.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AAED41 (or 0xAAED41) is known color: Conifer. HEX triplet: AA, ED and 41. RGB value is (170,237,65). Sum of RGB (Red+Green+Blue) = 170+237+65=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED41 is #5512BE. Grayscale: #C5C5C5. Windows color (decimal): -5575359 or 4320682. OLE color: 4320682.

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

Color convert

RGB 170 237 65 -
CMYK 0.28 0 0.73 0.07
HSL 83.37º 0.83% 0.59% -
HSV(B) 83.37º 0.73% 0.93% -
XYZ 47.82 69.5 15.89 -
YUV 197.36 53.3 108.49 -
System Red Green Blue C M Y K H S L
Decimal 170 237 65 0.28 0 0.73 0.07 83.37 0.83 0.59
Hex AA ED 41 1C 0 49 7 53 53 3B
Octal 252 355 101 34 0 111 7 123 123 73
Binary 10101010 11101101 1000001 11100 0 1001001 111 1010011 1010011 111011

Color Harmonies of #AAED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED41

Black with #AAED41

Text Example


Text Example

White with #AAED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED41; }

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

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

background-color css

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

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

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

border-color css

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

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

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