Html Css Color HEX #AADF66 Conifer

📋 copy color: '#AADF66'

red 170 ◦ green 223 ◦ blue 102

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

Shades of Conifer #AADF66

Tints of Conifer #AADF66

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 102 (40.23% from 255) = 20.61%

R = 34.34%
G = 45.05%
B = 20.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AADF66 (or 0xAADF66) is known color: Conifer. HEX triplet: AA, DF and 66. RGB value is (170,223,102). Sum of RGB (Red+Green+Blue) = 170+223+102=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF66 is #552099. Grayscale: #C1C1C1. Windows color (decimal): -5578906 or 6741930. OLE color: 6741930.

HSL color Cylindrical-coordinate representation of color #AADF66: hue angle of 86.28º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AADF66 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 102 -
CMYK 0.24 0 0.54 0.13
HSL 86.28º 0.65% 0.64% -
HSV(B) 86.28º 0.54% 0.87% -
XYZ 45.36 62.28 22.2 -
YUV 193.36 76.44 111.34 -
System Red Green Blue C M Y K H S L
Decimal 170 223 102 0.24 0 0.54 0.13 86.28 0.65 0.64
Hex AA DF 66 18 0 36 D 56 41 40
Octal 252 337 146 30 0 66 15 126 101 100
Binary 10101010 11011111 1100110 11000 0 110110 1101 1010110 1000001 1000000

Color Harmonies of #AADF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF66

Black with #AADF66

Text Example


Text Example

White with #AADF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF66; }

 p { color: rgb(170,223,102); }

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

background-color css

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

 a { background-color: rgb(170,223,102); }

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

border-color css

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

 span { border-color: rgb(170,223,102); }

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