Html Css Color HEX #AAED4A Conifer

📋 copy color: '#AAED4A'

red 170 ◦ green 237 ◦ blue 74

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

Shades of Conifer #AAED4A

Tints of Conifer #AAED4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 35.34%
G = 49.27%
B = 15.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AAED4A (or 0xAAED4A) is known color: Conifer. HEX triplet: AA, ED and 4A. RGB value is (170,237,74). Sum of RGB (Red+Green+Blue) = 170+237+74=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED4A is #5512B5. Grayscale: #C6C6C6. Windows color (decimal): -5575350 or 4910506. OLE color: 4910506.

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

Color convert

RGB 170 237 74 -
CMYK 0.28 0 0.69 0.07
HSL 84.66º 0.82% 0.61% -
HSV(B) 84.66º 0.69% 0.93% -
XYZ 48.1 69.61 17.38 -
YUV 198.39 57.8 107.75 -
System Red Green Blue C M Y K H S L
Decimal 170 237 74 0.28 0 0.69 0.07 84.66 0.82 0.61
Hex AA ED 4A 1C 0 45 7 55 52 3D
Octal 252 355 112 34 0 105 7 125 122 75
Binary 10101010 11101101 1001010 11100 0 1000101 111 1010101 1010010 111101

Color Harmonies of #AAED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED4A

Black with #AAED4A

Text Example


Text Example

White with #AAED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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