Html Css Color HEX #AAFC5D Conifer

📋 copy color: '#AAFC5D'

red 170 ◦ green 252 ◦ blue 93

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

Shades of Conifer #AAFC5D

Tints of Conifer #AAFC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 33.01%
G = 48.93%
B = 18.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#AAFC5D (or 0xAAFC5D) is known color: Conifer. HEX triplet: AA, FC and 5D. RGB value is (170,252,93). Sum of RGB (Red+Green+Blue) = 170+252+93=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC5D is #5503A2. Grayscale: #D1D1D1. Windows color (decimal): -5571491 or 6159530. OLE color: 6159530.

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

Color convert

RGB 170 252 93 -
CMYK 0.33 0 0.63 0.01
HSL 90.94º 0.96% 0.68% -
HSV(B) 90.94º 0.63% 0.99% -
XYZ 53.36 78.96 22.78 -
YUV 209.36 62.33 99.93 -
System Red Green Blue C M Y K H S L
Decimal 170 252 93 0.33 0 0.63 0.01 90.94 0.96 0.68
Hex AA FC 5D 21 0 3F 1 5B 60 44
Octal 252 374 135 41 0 77 1 133 140 104
Binary 10101010 11111100 1011101 100001 0 111111 1 1011011 1100000 1000100

Color Harmonies of #AAFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC5D

Black with #AAFC5D

Text Example


Text Example

White with #AAFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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