Html Css Color HEX #AAF256 Conifer

📋 copy color: '#AAF256'

red 170 ◦ green 242 ◦ blue 86

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

Shades of Conifer #AAF256

Tints of Conifer #AAF256

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.59%

 BLUE value IS 86 (33.98% from 255) = 17.27%

R = 34.14%
G = 48.59%
B = 17.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#AAF256 (or 0xAAF256) is known color: Conifer. HEX triplet: AA, F2 and 56. RGB value is (170,242,86). Sum of RGB (Red+Green+Blue) = 170+242+86=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF256 is #550DA9. Grayscale: #CBCBCB. Windows color (decimal): -5574058 or 5698218. OLE color: 5698218.

HSL color Cylindrical-coordinate representation of color #AAF256: hue angle of 87.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF256 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 86 -
CMYK 0.30 0 0.64 0.05
HSL 87.69º 0.86% 0.64% -
HSV(B) 87.69º 0.64% 0.95% -
XYZ 50.01 72.72 20.21 -
YUV 202.69 62.15 104.68 -
System Red Green Blue C M Y K H S L
Decimal 170 242 86 0.30 0 0.64 0.05 87.69 0.86 0.64
Hex AA F2 56 1E 0 40 5 58 56 40
Octal 252 362 126 36 0 100 5 130 126 100
Binary 10101010 11110010 1010110 11110 0 1000000 101 1011000 1010110 1000000

Color Harmonies of #AAF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF256

Black with #AAF256

Text Example


Text Example

White with #AAF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF256; }

 p { color: rgb(170,242,86); }

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

background-color css

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

 a { background-color: rgb(170,242,86); }

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

border-color css

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

 span { border-color: rgb(170,242,86); }

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