Html Css Color HEX #AADB62 Conifer

📋 copy color: '#AADB62'

red 170 ◦ green 219 ◦ blue 98

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

Shades of Conifer #AADB62

Tints of Conifer #AADB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.97%

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

R = 34.91%
G = 44.97%
B = 20.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#AADB62 (or 0xAADB62) is known color: Conifer. HEX triplet: AA, DB and 62. RGB value is (170,219,98). Sum of RGB (Red+Green+Blue) = 170+219+98=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB62 is #55249D. Grayscale: #BEBEBE. Windows color (decimal): -5579934 or 6478762. OLE color: 6478762.

HSL color Cylindrical-coordinate representation of color #AADB62: hue angle of 84.3º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADB62 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 98 -
CMYK 0.22 0 0.55 0.14
HSL 84.3º 0.63% 0.62% -
HSV(B) 84.3º 0.55% 0.86% -
XYZ 44.11 60.09 20.83 -
YUV 190.56 75.77 113.34 -
System Red Green Blue C M Y K H S L
Decimal 170 219 98 0.22 0 0.55 0.14 84.3 0.63 0.62
Hex AA DB 62 16 0 37 E 54 3F 3E
Octal 252 333 142 26 0 67 16 124 77 76
Binary 10101010 11011011 1100010 10110 0 110111 1110 1010100 111111 111110

Color Harmonies of #AADB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB62

Black with #AADB62

Text Example


Text Example

White with #AADB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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