Html Css Color HEX #AADF62 Conifer

📋 copy color: '#AADF62'

red 170 ◦ green 223 ◦ blue 98

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

Shades of Conifer #AADF62

Tints of Conifer #AADF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.96%

R = 34.62%
G = 45.42%
B = 19.96%

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

#AADF62 (or 0xAADF62) is known color: Conifer. HEX triplet: AA, DF and 62. RGB value is (170,223,98). Sum of RGB (Red+Green+Blue) = 170+223+98=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF62 is #55209D. Grayscale: #C1C1C1. Windows color (decimal): -5578910 or 6479786. OLE color: 6479786.

HSL color Cylindrical-coordinate representation of color #AADF62: hue angle of 85.44º 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 #AADF62 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 98 -
CMYK 0.24 0 0.56 0.13
HSL 85.44º 0.66% 0.63% -
HSV(B) 85.44º 0.56% 0.87% -
XYZ 45.17 62.2 21.18 -
YUV 192.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 170 223 98 0.24 0 0.56 0.13 85.44 0.66 0.63
Hex AA DF 62 18 0 38 D 55 42 3F
Octal 252 337 142 30 0 70 15 125 102 77
Binary 10101010 11011111 1100010 11000 0 111000 1101 1010101 1000010 111111

Color Harmonies of #AADF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF62

Black with #AADF62

Text Example


Text Example

White with #AADF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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