Html Css Color HEX #AAD54C Conifer

📋 copy color: '#AAD54C'

red 170 ◦ green 213 ◦ blue 76

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

Shades of Conifer #AAD54C

Tints of Conifer #AAD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 37.04%
G = 46.41%
B = 16.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#AAD54C (or 0xAAD54C) is known color: Conifer. HEX triplet: AA, D5 and 4C. RGB value is (170,213,76). Sum of RGB (Red+Green+Blue) = 170+213+76=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD54C is #552AB3. Grayscale: #B9B9B9. Windows color (decimal): -5581492 or 5035434. OLE color: 5035434.

HSL color Cylindrical-coordinate representation of color #AAD54C: hue angle of 78.83º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD54C is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 76 -
CMYK 0.20 0 0.64 0.16
HSL 78.83º 0.62% 0.57% -
HSV(B) 78.83º 0.64% 0.84% -
XYZ 41.68 56.66 15.58 -
YUV 184.53 66.75 117.64 -
System Red Green Blue C M Y K H S L
Decimal 170 213 76 0.20 0 0.64 0.16 78.83 0.62 0.57
Hex AA D5 4C 14 0 40 10 4F 3E 39
Octal 252 325 114 24 0 100 20 117 76 71
Binary 10101010 11010101 1001100 10100 0 1000000 10000 1001111 111110 111001

Color Harmonies of #AAD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD54C

Black with #AAD54C

Text Example


Text Example

White with #AAD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD54C; }

 p { color: rgb(170,213,76); }

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

background-color css

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

 a { background-color: rgb(170,213,76); }

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

border-color css

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

 span { border-color: rgb(170,213,76); }

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