Html Css Color HEX #AAFA5D Conifer

📋 copy color: '#AAFA5D'

red 170 ◦ green 250 ◦ blue 93

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

Shades of Conifer #AAFA5D

Tints of Conifer #AAFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.73%

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

R = 33.14%
G = 48.73%
B = 18.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#AAFA5D (or 0xAAFA5D) is known color: Conifer. HEX triplet: AA, FA and 5D. RGB value is (170,250,93). Sum of RGB (Red+Green+Blue) = 170+250+93=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5D is #5505A2. Grayscale: #D0D0D0. Windows color (decimal): -5572003 or 6159018. OLE color: 6159018.

HSL color Cylindrical-coordinate representation of color #AAFA5D: hue angle of 90.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFA5D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 93 -
CMYK 0.32 0 0.63 0.02
HSL 90.57º 0.94% 0.67% -
HSV(B) 90.57º 0.63% 0.98% -
XYZ 52.74 77.71 22.58 -
YUV 208.18 63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 170 250 93 0.32 0 0.63 0.02 90.57 0.94 0.67
Hex AA FA 5D 20 0 3F 2 5B 5E 43
Octal 252 372 135 40 0 77 2 133 136 103
Binary 10101010 11111010 1011101 100000 0 111111 10 1011011 1011110 1000011

Color Harmonies of #AAFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA5D

Black with #AAFA5D

Text Example


Text Example

White with #AAFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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