Html Css Color HEX #AAF750 Conifer

📋 copy color: '#AAF750'

red 170 ◦ green 247 ◦ blue 80

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

Shades of Conifer #AAF750

Tints of Conifer #AAF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.7%

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 34.21%
G = 49.7%
B = 16.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#AAF750 (or 0xAAF750) is known color: Conifer. HEX triplet: AA, F7 and 50. RGB value is (170,247,80). Sum of RGB (Red+Green+Blue) = 170+247+80=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF750 is #5508AF. Grayscale: #CDCDCD. Windows color (decimal): -5572784 or 5306282. OLE color: 5306282.

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

Color convert

RGB 170 247 80 -
CMYK 0.31 0 0.68 0.03
HSL 87.66º 0.91% 0.64% -
HSV(B) 87.66º 0.68% 0.97% -
XYZ 51.29 75.65 19.49 -
YUV 204.94 57.49 103.08 -
System Red Green Blue C M Y K H S L
Decimal 170 247 80 0.31 0 0.68 0.03 87.66 0.91 0.64
Hex AA F7 50 1F 0 44 3 58 5B 40
Octal 252 367 120 37 0 104 3 130 133 100
Binary 10101010 11110111 1010000 11111 0 1000100 11 1011000 1011011 1000000

Color Harmonies of #AAF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF750

Black with #AAF750

Text Example


Text Example

White with #AAF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF750; }

 p { color: rgb(170,247,80); }

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

background-color css

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

 a { background-color: rgb(170,247,80); }

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

border-color css

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

 span { border-color: rgb(170,247,80); }

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