Html Css Color HEX #AAF561 Conifer

📋 copy color: '#AAF561'

red 170 ◦ green 245 ◦ blue 97

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

Shades of Conifer #AAF561

Tints of Conifer #AAF561

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

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

R = 33.2%
G = 47.85%
B = 18.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#AAF561 (or 0xAAF561) is known color: Conifer. HEX triplet: AA, F5 and 61. RGB value is (170,245,97). Sum of RGB (Red+Green+Blue) = 170+245+97=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF561 is #550A9E. Grayscale: #CECECE. Windows color (decimal): -5573279 or 6419882. OLE color: 6419882.

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

Color convert

RGB 170 245 97 -
CMYK 0.31 0 0.60 0.04
HSL 90.41º 0.88% 0.67% -
HSV(B) 90.41º 0.6% 0.96% -
XYZ 51.39 74.71 23.02 -
YUV 205.7 66.65 102.53 -
System Red Green Blue C M Y K H S L
Decimal 170 245 97 0.31 0 0.60 0.04 90.41 0.88 0.67
Hex AA F5 61 1F 0 3C 4 5A 58 43
Octal 252 365 141 37 0 74 4 132 130 103
Binary 10101010 11110101 1100001 11111 0 111100 100 1011010 1011000 1000011

Color Harmonies of #AAF561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF561

Black with #AAF561

Text Example


Text Example

White with #AAF561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF561; }

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

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

background-color css

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

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

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

border-color css

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

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

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