Html Css Color HEX #AADF63 Conifer

📋 copy color: '#AADF63'

red 170 ◦ green 223 ◦ blue 99

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

Shades of Conifer #AADF63

Tints of Conifer #AADF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.12%

R = 34.55%
G = 45.33%
B = 20.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#AADF63 (or 0xAADF63) is known color: Conifer. HEX triplet: AA, DF and 63. RGB value is (170,223,99). Sum of RGB (Red+Green+Blue) = 170+223+99=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF63 is #55209C. Grayscale: #C1C1C1. Windows color (decimal): -5578909 or 6545322. OLE color: 6545322.

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

Color convert

RGB 170 223 99 -
CMYK 0.24 0 0.56 0.13
HSL 85.65º 0.66% 0.63% -
HSV(B) 85.65º 0.56% 0.87% -
XYZ 45.22 62.22 21.43 -
YUV 193.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 170 223 99 0.24 0 0.56 0.13 85.65 0.66 0.63
Hex AA DF 63 18 0 38 D 56 42 3F
Octal 252 337 143 30 0 70 15 126 102 77
Binary 10101010 11011111 1100011 11000 0 111000 1101 1010110 1000010 111111

Color Harmonies of #AADF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF63

Black with #AADF63

Text Example


Text Example

White with #AADF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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