Html Css Color HEX #AAFC55 Conifer

📋 copy color: '#AAFC55'

red 170 ◦ green 252 ◦ blue 85

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

Shades of Conifer #AAFC55

Tints of Conifer #AAFC55

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 33.53%
G = 49.7%
B = 16.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#AAFC55 (or 0xAAFC55) is known color: Conifer. HEX triplet: AA, FC and 55. RGB value is (170,252,85). Sum of RGB (Red+Green+Blue) = 170+252+85=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC55 is #5503AA. Grayscale: #D1D1D1. Windows color (decimal): -5571499 or 5635242. OLE color: 5635242.

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

Color convert

RGB 170 252 85 -
CMYK 0.33 0 0.66 0.01
HSL 89.46º 0.97% 0.66% -
HSV(B) 89.46º 0.66% 0.99% -
XYZ 53.03 78.82 21.01 -
YUV 208.44 58.33 100.58 -
System Red Green Blue C M Y K H S L
Decimal 170 252 85 0.33 0 0.66 0.01 89.46 0.97 0.66
Hex AA FC 55 21 0 42 1 59 61 42
Octal 252 374 125 41 0 102 1 131 141 102
Binary 10101010 11111100 1010101 100001 0 1000010 1 1011001 1100001 1000010

Color Harmonies of #AAFC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC55

Black with #AAFC55

Text Example


Text Example

White with #AAFC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC55; }

 p { color: rgb(170,252,85); }

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

background-color css

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

 a { background-color: rgb(170,252,85); }

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

border-color css

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

 span { border-color: rgb(170,252,85); }

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