Html Css Color HEX #AAFF61 Conifer

📋 copy color: '#AAFF61'

red 170 ◦ green 255 ◦ blue 97

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

Shades of Conifer #AAFF61

Tints of Conifer #AAFF61

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

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

R = 32.57%
G = 48.85%
B = 18.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#AAFF61 (or 0xAAFF61) is known color: Conifer. HEX triplet: AA, FF and 61. RGB value is (170,255,97). Sum of RGB (Red+Green+Blue) = 170+255+97=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF61 is #55009E. Grayscale: #D4D4D4. Windows color (decimal): -5570719 or 6422442. OLE color: 6422442.

HSL color Cylindrical-coordinate representation of color #AAFF61: hue angle of 92.28º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAFF61 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 97 -
CMYK 0.33 0 0.62 0
HSL 92.28º 1% 0.69% -
HSV(B) 92.28º 0.62% 1% -
XYZ 54.5 80.93 24.06 -
YUV 211.57 63.34 98.35 -
System Red Green Blue C M Y K H S L
Decimal 170 255 97 0.33 0 0.62 0 92.28 1 0.69
Hex AA FF 61 21 0 3E 0 5C 64 45
Octal 252 377 141 41 0 76 0 134 144 105
Binary 10101010 11111111 1100001 100001 0 111110 0 1011100 1100100 1000101

Color Harmonies of #AAFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF61

Black with #AAFF61

Text Example


Text Example

White with #AAFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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