Html Css Color HEX #AAF854 Conifer

📋 copy color: '#AAF854'

red 170 ◦ green 248 ◦ blue 84

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

Shades of Conifer #AAF854

Tints of Conifer #AAF854

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.4%

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

R = 33.86%
G = 49.4%
B = 16.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#AAF854 (or 0xAAF854) is known color: Conifer. HEX triplet: AA, F8 and 54. RGB value is (170,248,84). Sum of RGB (Red+Green+Blue) = 170+248+84=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF854 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF854 is #5507AB. Grayscale: #CECECE. Windows color (decimal): -5572524 or 5568682. OLE color: 5568682.

HSL color Cylindrical-coordinate representation of color #AAF854: hue angle of 88.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF854 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 84 -
CMYK 0.31 0 0.66 0.03
HSL 88.54º 0.92% 0.65% -
HSV(B) 88.54º 0.66% 0.97% -
XYZ 51.75 76.32 20.39 -
YUV 205.98 59.16 102.34 -
System Red Green Blue C M Y K H S L
Decimal 170 248 84 0.31 0 0.66 0.03 88.54 0.92 0.65
Hex AA F8 54 1F 0 42 3 59 5C 41
Octal 252 370 124 37 0 102 3 131 134 101
Binary 10101010 11111000 1010100 11111 0 1000010 11 1011001 1011100 1000001

Color Harmonies of #AAF854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF854

Black with #AAF854

Text Example


Text Example

White with #AAF854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF854; }

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

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

background-color css

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

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

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

border-color css

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

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

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