Html Css Color HEX #AADD54 Conifer

📋 copy color: '#AADD54'

red 170 ◦ green 221 ◦ blue 84

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

Shades of Conifer #AADD54

Tints of Conifer #AADD54

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 84 (33.2% from 255) = 17.68%

R = 35.79%
G = 46.53%
B = 17.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#AADD54 (or 0xAADD54) is known color: Conifer. HEX triplet: AA, DD and 54. RGB value is (170,221,84). Sum of RGB (Red+Green+Blue) = 170+221+84=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD54 is #5522AB. Grayscale: #BEBEBE. Windows color (decimal): -5579436 or 5561770. OLE color: 5561770.

HSL color Cylindrical-coordinate representation of color #AADD54: hue angle of 82.34º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AADD54 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 84 -
CMYK 0.23 0 0.62 0.13
HSL 82.34º 0.67% 0.6% -
HSV(B) 82.34º 0.62% 0.87% -
XYZ 44.03 60.9 17.82 -
YUV 190.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 170 221 84 0.23 0 0.62 0.13 82.34 0.67 0.6
Hex AA DD 54 17 0 3E D 52 43 3C
Octal 252 335 124 27 0 76 15 122 103 74
Binary 10101010 11011101 1010100 10111 0 111110 1101 1010010 1000011 111100

Color Harmonies of #AADD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD54

Black with #AADD54

Text Example


Text Example

White with #AADD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD54; }

 p { color: rgb(170,221,84); }

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

background-color css

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

 a { background-color: rgb(170,221,84); }

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

border-color css

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

 span { border-color: rgb(170,221,84); }

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