Html Css Color HEX #AAFF56 Conifer

📋 copy color: '#AAFF56'

red 170 ◦ green 255 ◦ blue 86

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

Shades of Conifer #AAFF56

Tints of Conifer #AAFF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 33.27%
G = 49.9%
B = 16.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#AAFF56 (or 0xAAFF56) is known color: Conifer. HEX triplet: AA, FF and 56. RGB value is (170,255,86). Sum of RGB (Red+Green+Blue) = 170+255+86=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF56 is #5500A9. Grayscale: #D2D2D2. Windows color (decimal): -5570730 or 5701546. OLE color: 5701546.

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

Color convert

RGB 170 255 86 -
CMYK 0.33 0 0.66 0
HSL 90.18º 1% 0.67% -
HSV(B) 90.18º 0.66% 1% -
XYZ 54.02 80.74 21.54 -
YUV 210.32 57.84 99.24 -
System Red Green Blue C M Y K H S L
Decimal 170 255 86 0.33 0 0.66 0 90.18 1 0.67
Hex AA FF 56 21 0 42 0 5A 64 43
Octal 252 377 126 41 0 102 0 132 144 103
Binary 10101010 11111111 1010110 100001 0 1000010 0 1011010 1100100 1000011

Color Harmonies of #AAFF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF56

Black with #AAFF56

Text Example


Text Example

White with #AAFF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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