Html Css Color HEX #AAF650 Conifer

📋 copy color: '#AAF650'

red 170 ◦ green 246 ◦ blue 80

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

Shades of Conifer #AAF650

Tints of Conifer #AAF650

RGB

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

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

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

R = 34.27%
G = 49.6%
B = 16.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#AAF650 (or 0xAAF650) is known color: Conifer. HEX triplet: AA, F6 and 50. RGB value is (170,246,80). Sum of RGB (Red+Green+Blue) = 170+246+80=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF650 is #5509AF. Grayscale: #CCCCCC. Windows color (decimal): -5573040 or 5306026. OLE color: 5306026.

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

Color convert

RGB 170 246 80 -
CMYK 0.31 0 0.67 0.04
HSL 87.47º 0.9% 0.64% -
HSV(B) 87.47º 0.67% 0.96% -
XYZ 50.98 75.04 19.39 -
YUV 204.35 57.82 103.5 -
System Red Green Blue C M Y K H S L
Decimal 170 246 80 0.31 0 0.67 0.04 87.47 0.9 0.64
Hex AA F6 50 1F 0 43 4 57 5A 40
Octal 252 366 120 37 0 103 4 127 132 100
Binary 10101010 11110110 1010000 11111 0 1000011 100 1010111 1011010 1000000

Color Harmonies of #AAF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF650

Black with #AAF650

Text Example


Text Example

White with #AAF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF650; }

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

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

background-color css

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

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

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

border-color css

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

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

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