Html Css Color HEX #AADA57 Conifer

📋 copy color: '#AADA57'

red 170 ◦ green 218 ◦ blue 87

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

Shades of Conifer #AADA57

Tints of Conifer #AADA57

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

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

R = 35.79%
G = 45.89%
B = 18.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#AADA57 (or 0xAADA57) is known color: Conifer. HEX triplet: AA, DA and 57. RGB value is (170,218,87). Sum of RGB (Red+Green+Blue) = 170+218+87=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA57 is #5525A8. Grayscale: #BDBDBD. Windows color (decimal): -5580201 or 5757610. OLE color: 5757610.

HSL color Cylindrical-coordinate representation of color #AADA57: hue angle of 81.98º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AADA57 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 87 -
CMYK 0.22 0 0.60 0.15
HSL 81.98º 0.64% 0.6% -
HSV(B) 81.98º 0.6% 0.85% -
XYZ 43.37 59.38 18.19 -
YUV 188.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 170 218 87 0.22 0 0.60 0.15 81.98 0.64 0.6
Hex AA DA 57 16 0 3C F 52 40 3C
Octal 252 332 127 26 0 74 17 122 100 74
Binary 10101010 11011010 1010111 10110 0 111100 1111 1010010 1000000 111100

Color Harmonies of #AADA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA57

Black with #AADA57

Text Example


Text Example

White with #AADA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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