Html Css Color HEX #AADD67 Conifer

📋 copy color: '#AADD67'

red 170 ◦ green 221 ◦ blue 103

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

Shades of Conifer #AADD67

Tints of Conifer #AADD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

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

R = 34.41%
G = 44.74%
B = 20.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#AADD67 (or 0xAADD67) is known color: Conifer. HEX triplet: AA, DD and 67. RGB value is (170,221,103). Sum of RGB (Red+Green+Blue) = 170+221+103=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD67 is #552298. Grayscale: #C0C0C0. Windows color (decimal): -5579417 or 6806954. OLE color: 6806954.

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

Color convert

RGB 170 221 103 -
CMYK 0.23 0 0.53 0.13
HSL 85.93º 0.63% 0.64% -
HSV(B) 85.93º 0.53% 0.87% -
XYZ 44.88 61.24 22.29 -
YUV 192.3 77.6 112.09 -
System Red Green Blue C M Y K H S L
Decimal 170 221 103 0.23 0 0.53 0.13 85.93 0.63 0.64
Hex AA DD 67 17 0 35 D 56 3F 40
Octal 252 335 147 27 0 65 15 126 77 100
Binary 10101010 11011101 1100111 10111 0 110101 1101 1010110 111111 1000000

Color Harmonies of #AADD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD67

Black with #AADD67

Text Example


Text Example

White with #AADD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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