Html Css Color HEX #AAD65F Conifer

📋 copy color: '#AAD65F'

red 170 ◦ green 214 ◦ blue 95

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

Shades of Conifer #AAD65F

Tints of Conifer #AAD65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.68%

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 35.49%
G = 44.68%
B = 19.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#AAD65F (or 0xAAD65F) is known color: Conifer. HEX triplet: AA, D6 and 5F. RGB value is (170,214,95). Sum of RGB (Red+Green+Blue) = 170+214+95=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD65F is #5529A0. Grayscale: #BBBBBB. Windows color (decimal): -5581217 or 6280874. OLE color: 6280874.

HSL color Cylindrical-coordinate representation of color #AAD65F: hue angle of 82.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD65F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 95 -
CMYK 0.21 0 0.56 0.16
HSL 82.18º 0.59% 0.61% -
HSV(B) 82.18º 0.56% 0.84% -
XYZ 42.69 57.47 19.67 -
YUV 187.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 170 214 95 0.21 0 0.56 0.16 82.18 0.59 0.61
Hex AA D6 5F 15 0 38 10 52 3B 3D
Octal 252 326 137 25 0 70 20 122 73 75
Binary 10101010 11010110 1011111 10101 0 111000 10000 1010010 111011 111101

Color Harmonies of #AAD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD65F

Black with #AAD65F

Text Example


Text Example

White with #AAD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD65F; }

 p { color: rgb(170,214,95); }

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

background-color css

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

 a { background-color: rgb(170,214,95); }

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

border-color css

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

 span { border-color: rgb(170,214,95); }

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