Html Css Color HEX #AAFA54 Conifer

📋 copy color: '#AAFA54'

red 170 ◦ green 250 ◦ blue 84

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

Shades of Conifer #AAFA54

Tints of Conifer #AAFA54

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.6%

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

R = 33.73%
G = 49.6%
B = 16.67%

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

#AAFA54 (or 0xAAFA54) is known color: Conifer. HEX triplet: AA, FA and 54. RGB value is (170,250,84). Sum of RGB (Red+Green+Blue) = 170+250+84=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA54 is #5505AB. Grayscale: #CFCFCF. Windows color (decimal): -5572012 or 5569194. OLE color: 5569194.

HSL color Cylindrical-coordinate representation of color #AAFA54: hue angle of 88.92º degrees, saturation: 0.94, 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 #AAFA54 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 84 -
CMYK 0.32 0 0.66 0.02
HSL 88.92º 0.94% 0.65% -
HSV(B) 88.92º 0.66% 0.98% -
XYZ 52.36 77.56 20.6 -
YUV 207.16 58.5 101.5 -
System Red Green Blue C M Y K H S L
Decimal 170 250 84 0.32 0 0.66 0.02 88.92 0.94 0.65
Hex AA FA 54 20 0 42 2 59 5E 41
Octal 252 372 124 40 0 102 2 131 136 101
Binary 10101010 11111010 1010100 100000 0 1000010 10 1011001 1011110 1000001

Color Harmonies of #AAFA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA54

Black with #AAFA54

Text Example


Text Example

White with #AAFA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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