Html Css Color HEX #AAF954 Conifer

📋 copy color: '#AAF954'

red 170 ◦ green 249 ◦ blue 84

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

Shades of Conifer #AAF954

Tints of Conifer #AAF954

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.5%

 BLUE value IS 84 (33.2% from 255) = 16.7%

R = 33.8%
G = 49.5%
B = 16.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#AAF954 (or 0xAAF954) is known color: Conifer. HEX triplet: AA, F9 and 54. RGB value is (170,249,84). Sum of RGB (Red+Green+Blue) = 170+249+84=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF954 is #5506AB. Grayscale: #CFCFCF. Windows color (decimal): -5572268 or 5568938. OLE color: 5568938.

HSL color Cylindrical-coordinate representation of color #AAF954: hue angle of 88.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF954 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 84 -
CMYK 0.32 0 0.66 0.02
HSL 88.73º 0.93% 0.65% -
HSV(B) 88.73º 0.66% 0.98% -
XYZ 52.05 76.94 20.49 -
YUV 206.57 58.83 101.92 -
System Red Green Blue C M Y K H S L
Decimal 170 249 84 0.32 0 0.66 0.02 88.73 0.93 0.65
Hex AA F9 54 20 0 42 2 59 5D 41
Octal 252 371 124 40 0 102 2 131 135 101
Binary 10101010 11111001 1010100 100000 0 1000010 10 1011001 1011101 1000001

Color Harmonies of #AAF954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF954

Black with #AAF954

Text Example


Text Example

White with #AAF954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF954; }

 p { color: rgb(170,249,84); }

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

background-color css

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

 a { background-color: rgb(170,249,84); }

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

border-color css

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

 span { border-color: rgb(170,249,84); }

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