Html Css Color HEX #AAD465 Conifer

📋 copy color: '#AAD465'

red 170 ◦ green 212 ◦ blue 101

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

Shades of Conifer #AAD465

Tints of Conifer #AAD465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 35.2%
G = 43.89%
B = 20.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#AAD465 (or 0xAAD465) is known color: Conifer. HEX triplet: AA, D4 and 65. RGB value is (170,212,101). Sum of RGB (Red+Green+Blue) = 170+212+101=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD465 is #552B9A. Grayscale: #BBBBBB. Windows color (decimal): -5581723 or 6673578. OLE color: 6673578.

HSL color Cylindrical-coordinate representation of color #AAD465: hue angle of 82.7º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD465 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 101 -
CMYK 0.20 0 0.52 0.17
HSL 82.7º 0.56% 0.61% -
HSV(B) 82.7º 0.52% 0.83% -
XYZ 42.47 56.57 20.99 -
YUV 186.79 79.59 116.03 -
System Red Green Blue C M Y K H S L
Decimal 170 212 101 0.20 0 0.52 0.17 82.7 0.56 0.61
Hex AA D4 65 14 0 34 11 53 38 3D
Octal 252 324 145 24 0 64 21 123 70 75
Binary 10101010 11010100 1100101 10100 0 110100 10001 1010011 111000 111101

Color Harmonies of #AAD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD465

Black with #AAD465

Text Example


Text Example

White with #AAD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD465; }

 p { color: rgb(170,212,101); }

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

background-color css

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

 a { background-color: rgb(170,212,101); }

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

border-color css

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

 span { border-color: rgb(170,212,101); }

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