Html Css Color HEX #AAF764 Conifer

📋 copy color: '#AAF764'

red 170 ◦ green 247 ◦ blue 100

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

Shades of Conifer #AAF764

Tints of Conifer #AAF764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.34%

R = 32.88%
G = 47.78%
B = 19.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AAF764 (or 0xAAF764) is known color: Conifer. HEX triplet: AA, F7 and 64. RGB value is (170,247,100). Sum of RGB (Red+Green+Blue) = 170+247+100=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF764 is #55089B. Grayscale: #CFCFCF. Windows color (decimal): -5572764 or 6617002. OLE color: 6617002.

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

Color convert

RGB 170 247 100 -
CMYK 0.31 0 0.60 0.03
HSL 91.43º 0.9% 0.68% -
HSV(B) 91.43º 0.6% 0.97% -
XYZ 52.14 75.99 23.98 -
YUV 207.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 170 247 100 0.31 0 0.60 0.03 91.43 0.9 0.68
Hex AA F7 64 1F 0 3C 3 5B 5A 44
Octal 252 367 144 37 0 74 3 133 132 104
Binary 10101010 11110111 1100100 11111 0 111100 11 1011011 1011010 1000100

Color Harmonies of #AAF764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF764

Black with #AAF764

Text Example


Text Example

White with #AAF764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF764; }

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

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

background-color css

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

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

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

border-color css

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

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

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