Html Css Color HEX #AADB68 Conifer

📋 copy color: '#AADB68'

red 170 ◦ green 219 ◦ blue 104

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

Shades of Conifer #AADB68

Tints of Conifer #AADB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.1%

R = 34.48%
G = 44.42%
B = 21.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#AADB68 (or 0xAADB68) is known color: Conifer. HEX triplet: AA, DB and 68. RGB value is (170,219,104). Sum of RGB (Red+Green+Blue) = 170+219+104=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB68 is #552497. Grayscale: #BFBFBF. Windows color (decimal): -5579928 or 6871978. OLE color: 6871978.

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

Color convert

RGB 170 219 104 -
CMYK 0.22 0 0.53 0.14
HSL 85.57º 0.61% 0.63% -
HSV(B) 85.57º 0.53% 0.86% -
XYZ 44.41 60.21 22.38 -
YUV 191.24 78.77 112.85 -
System Red Green Blue C M Y K H S L
Decimal 170 219 104 0.22 0 0.53 0.14 85.57 0.61 0.63
Hex AA DB 68 16 0 35 E 56 3D 3F
Octal 252 333 150 26 0 65 16 126 75 77
Binary 10101010 11011011 1101000 10110 0 110101 1110 1010110 111101 111111

Color Harmonies of #AADB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB68

Black with #AADB68

Text Example


Text Example

White with #AADB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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