Html Css Color HEX #AAD45B Conifer

📋 copy color: '#AAD45B'

red 170 ◦ green 212 ◦ blue 91

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

Shades of Conifer #AAD45B

Tints of Conifer #AAD45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 35.94%
G = 44.82%
B = 19.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#AAD45B (or 0xAAD45B) is known color: Conifer. HEX triplet: AA, D4 and 5B. RGB value is (170,212,91). Sum of RGB (Red+Green+Blue) = 170+212+91=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD45B is #552BA4. Grayscale: #BABABA. Windows color (decimal): -5581733 or 6018218. OLE color: 6018218.

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

Color convert

RGB 170 212 91 -
CMYK 0.20 0 0.57 0.17
HSL 80.83º 0.58% 0.59% -
HSV(B) 80.83º 0.57% 0.83% -
XYZ 42.01 56.39 18.57 -
YUV 185.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 170 212 91 0.20 0 0.57 0.17 80.83 0.58 0.59
Hex AA D4 5B 14 0 39 11 51 3A 3B
Octal 252 324 133 24 0 71 21 121 72 73
Binary 10101010 11010100 1011011 10100 0 111001 10001 1010001 111010 111011

Color Harmonies of #AAD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD45B

Black with #AAD45B

Text Example


Text Example

White with #AAD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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