Html Css Color HEX #AADB67 Conifer

📋 copy color: '#AADB67'

red 170 ◦ green 219 ◦ blue 103

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

Shades of Conifer #AADB67

Tints of Conifer #AADB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.93%

R = 34.55%
G = 44.51%
B = 20.93%

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

#AADB67 (or 0xAADB67) is known color: Conifer. HEX triplet: AA, DB and 67. RGB value is (170,219,103). Sum of RGB (Red+Green+Blue) = 170+219+103=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB67 is #552498. Grayscale: #BFBFBF. Windows color (decimal): -5579929 or 6806442. OLE color: 6806442.

HSL color Cylindrical-coordinate representation of color #AADB67: hue angle of 85.34º degrees, saturation: 0.62, 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 #AADB67 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 103 -
CMYK 0.22 0 0.53 0.14
HSL 85.34º 0.62% 0.63% -
HSV(B) 85.34º 0.53% 0.86% -
XYZ 44.36 60.19 22.11 -
YUV 191.13 78.27 112.93 -
System Red Green Blue C M Y K H S L
Decimal 170 219 103 0.22 0 0.53 0.14 85.34 0.62 0.63
Hex AA DB 67 16 0 35 E 55 3E 3F
Octal 252 333 147 26 0 65 16 125 76 77
Binary 10101010 11011011 1100111 10110 0 110101 1110 1010101 111110 111111

Color Harmonies of #AADB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB67

Black with #AADB67

Text Example


Text Example

White with #AADB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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