Html Css Color HEX #AAED4D Conifer

📋 copy color: '#AAED4D'

red 170 ◦ green 237 ◦ blue 77

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

Shades of Conifer #AAED4D

Tints of Conifer #AAED4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 35.12%
G = 48.97%
B = 15.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#AAED4D (or 0xAAED4D) is known color: Conifer. HEX triplet: AA, ED and 4D. RGB value is (170,237,77). Sum of RGB (Red+Green+Blue) = 170+237+77=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED4D is #5512B2. Grayscale: #C7C7C7. Windows color (decimal): -5575347 or 5107114. OLE color: 5107114.

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

Color convert

RGB 170 237 77 -
CMYK 0.28 0 0.68 0.07
HSL 85.13º 0.82% 0.62% -
HSV(B) 85.13º 0.68% 0.93% -
XYZ 48.2 69.65 17.92 -
YUV 198.73 59.3 107.51 -
System Red Green Blue C M Y K H S L
Decimal 170 237 77 0.28 0 0.68 0.07 85.13 0.82 0.62
Hex AA ED 4D 1C 0 44 7 55 52 3E
Octal 252 355 115 34 0 104 7 125 122 76
Binary 10101010 11101101 1001101 11100 0 1000100 111 1010101 1010010 111110

Color Harmonies of #AAED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED4D

Black with #AAED4D

Text Example


Text Example

White with #AAED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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