Html Css Color HEX #AAF455 Conifer

📋 copy color: '#AAF455'

red 170 ◦ green 244 ◦ blue 85

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

Shades of Conifer #AAF455

Tints of Conifer #AAF455

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.9%

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

R = 34.07%
G = 48.9%
B = 17.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#AAF455 (or 0xAAF455) is known color: Conifer. HEX triplet: AA, F4 and 55. RGB value is (170,244,85). Sum of RGB (Red+Green+Blue) = 170+244+85=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF455 is #550BAA. Grayscale: #CCCCCC. Windows color (decimal): -5573547 or 5633194. OLE color: 5633194.

HSL color Cylindrical-coordinate representation of color #AAF455: hue angle of 87.92º degrees, saturation: 0.88, 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 #AAF455 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 85 -
CMYK 0.30 0 0.65 0.04
HSL 87.92º 0.88% 0.65% -
HSV(B) 87.92º 0.65% 0.96% -
XYZ 50.57 73.9 20.19 -
YUV 203.75 60.98 103.93 -
System Red Green Blue C M Y K H S L
Decimal 170 244 85 0.30 0 0.65 0.04 87.92 0.88 0.65
Hex AA F4 55 1E 0 41 4 58 58 41
Octal 252 364 125 36 0 101 4 130 130 101
Binary 10101010 11110100 1010101 11110 0 1000001 100 1011000 1011000 1000001

Color Harmonies of #AAF455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF455

Black with #AAF455

Text Example


Text Example

White with #AAF455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF455; }

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

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

background-color css

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

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

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

border-color css

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

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

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