Html Css Color HEX #AAF655 Conifer

📋 copy color: '#AAF655'

red 170 ◦ green 246 ◦ blue 85

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

Shades of Conifer #AAF655

Tints of Conifer #AAF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.1%

 BLUE value IS 85 (33.59% from 255) = 16.97%

R = 33.93%
G = 49.1%
B = 16.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#AAF655 (or 0xAAF655) is known color: Conifer. HEX triplet: AA, F6 and 55. RGB value is (170,246,85). Sum of RGB (Red+Green+Blue) = 170+246+85=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF655 is #5509AA. Grayscale: #CDCDCD. Windows color (decimal): -5573035 or 5633706. OLE color: 5633706.

HSL color Cylindrical-coordinate representation of color #AAF655: hue angle of 88.32º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF655 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 85 -
CMYK 0.31 0 0.65 0.04
HSL 88.32º 0.9% 0.65% -
HSV(B) 88.32º 0.65% 0.96% -
XYZ 51.17 75.11 20.4 -
YUV 204.92 60.32 103.09 -
System Red Green Blue C M Y K H S L
Decimal 170 246 85 0.31 0 0.65 0.04 88.32 0.9 0.65
Hex AA F6 55 1F 0 41 4 58 5A 41
Octal 252 366 125 37 0 101 4 130 132 101
Binary 10101010 11110110 1010101 11111 0 1000001 100 1011000 1011010 1000001

Color Harmonies of #AAF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF655

Black with #AAF655

Text Example


Text Example

White with #AAF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF655; }

 p { color: rgb(170,246,85); }

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

background-color css

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

 a { background-color: rgb(170,246,85); }

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

border-color css

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

 span { border-color: rgb(170,246,85); }

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