Html Css Color HEX #AADC57 Conifer

📋 copy color: '#AADC57'

red 170 ◦ green 220 ◦ blue 87

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

Shades of Conifer #AADC57

Tints of Conifer #AADC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

 BLUE value IS 87 (34.38% from 255) = 18.24%

R = 35.64%
G = 46.12%
B = 18.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#AADC57 (or 0xAADC57) is known color: Conifer. HEX triplet: AA, DC and 57. RGB value is (170,220,87). Sum of RGB (Red+Green+Blue) = 170+220+87=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC57 is #5523A8. Grayscale: #BEBEBE. Windows color (decimal): -5579689 or 5758122. OLE color: 5758122.

HSL color Cylindrical-coordinate representation of color #AADC57: hue angle of 82.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AADC57 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 87 -
CMYK 0.23 0 0.60 0.14
HSL 82.56º 0.66% 0.6% -
HSV(B) 82.56º 0.6% 0.86% -
XYZ 43.89 60.42 18.37 -
YUV 189.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 170 220 87 0.23 0 0.60 0.14 82.56 0.66 0.6
Hex AA DC 57 17 0 3C E 53 42 3C
Octal 252 334 127 27 0 74 16 123 102 74
Binary 10101010 11011100 1010111 10111 0 111100 1110 1010011 1000010 111100

Color Harmonies of #AADC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC57

Black with #AADC57

Text Example


Text Example

White with #AADC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC57; }

 p { color: rgb(170,220,87); }

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

background-color css

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

 a { background-color: rgb(170,220,87); }

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

border-color css

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

 span { border-color: rgb(170,220,87); }

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