Html Css Color HEX #AAF061 Conifer

📋 copy color: '#AAF061'

red 170 ◦ green 240 ◦ blue 97

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

Shades of Conifer #AAF061

Tints of Conifer #AAF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.34%

 BLUE value IS 97 (38.28% from 255) = 19.13%

R = 33.53%
G = 47.34%
B = 19.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#AAF061 (or 0xAAF061) is known color: Conifer. HEX triplet: AA, F0 and 61. RGB value is (170,240,97). Sum of RGB (Red+Green+Blue) = 170+240+97=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF061 is #550F9E. Grayscale: #CBCBCB. Windows color (decimal): -5574559 or 6418602. OLE color: 6418602.

HSL color Cylindrical-coordinate representation of color #AAF061: hue angle of 89.37º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF061 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 97 -
CMYK 0.29 0 0.60 0.06
HSL 89.37º 0.83% 0.66% -
HSV(B) 89.37º 0.6% 0.94% -
XYZ 49.9 71.73 22.52 -
YUV 202.77 68.31 104.63 -
System Red Green Blue C M Y K H S L
Decimal 170 240 97 0.29 0 0.60 0.06 89.37 0.83 0.66
Hex AA F0 61 1D 0 3C 6 59 53 42
Octal 252 360 141 35 0 74 6 131 123 102
Binary 10101010 11110000 1100001 11101 0 111100 110 1011001 1010011 1000010

Color Harmonies of #AAF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF061

Black with #AAF061

Text Example


Text Example

White with #AAF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF061; }

 p { color: rgb(170,240,97); }

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

background-color css

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

 a { background-color: rgb(170,240,97); }

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

border-color css

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

 span { border-color: rgb(170,240,97); }

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