Html Css Color HEX #AADF69 Conifer

📋 copy color: '#AADF69'

red 170 ◦ green 223 ◦ blue 105

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

Shades of Conifer #AADF69

Tints of Conifer #AADF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.08%

R = 34.14%
G = 44.78%
B = 21.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#AADF69 (or 0xAADF69) is known color: Conifer. HEX triplet: AA, DF and 69. RGB value is (170,223,105). Sum of RGB (Red+Green+Blue) = 170+223+105=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF69 is #552096. Grayscale: #C2C2C2. Windows color (decimal): -5578903 or 6938538. OLE color: 6938538.

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

Color convert

RGB 170 223 105 -
CMYK 0.24 0 0.53 0.13
HSL 86.95º 0.65% 0.64% -
HSV(B) 86.95º 0.53% 0.87% -
XYZ 45.52 62.34 23 -
YUV 193.7 77.94 111.09 -
System Red Green Blue C M Y K H S L
Decimal 170 223 105 0.24 0 0.53 0.13 86.95 0.65 0.64
Hex AA DF 69 18 0 35 D 57 41 40
Octal 252 337 151 30 0 65 15 127 101 100
Binary 10101010 11011111 1101001 11000 0 110101 1101 1010111 1000001 1000000

Color Harmonies of #AADF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF69

Black with #AADF69

Text Example


Text Example

White with #AADF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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