Html Css Color HEX #AAFA5C Conifer

📋 copy color: '#AAFA5C'

red 170 ◦ green 250 ◦ blue 92

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

Shades of Conifer #AAFA5C

Tints of Conifer #AAFA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.97%

R = 33.2%
G = 48.83%
B = 17.97%

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

#AAFA5C (or 0xAAFA5C) is known color: Conifer. HEX triplet: AA, FA and 5C. RGB value is (170,250,92). Sum of RGB (Red+Green+Blue) = 170+250+92=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5C is #5505A3. Grayscale: #D0D0D0. Windows color (decimal): -5572004 or 6093482. OLE color: 6093482.

HSL color Cylindrical-coordinate representation of color #AAFA5C: hue angle of 90.38º 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 #AAFA5C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 92 -
CMYK 0.32 0 0.63 0.02
HSL 90.38º 0.94% 0.67% -
HSV(B) 90.38º 0.63% 0.98% -
XYZ 52.69 77.69 22.34 -
YUV 208.07 62.5 100.85 -
System Red Green Blue C M Y K H S L
Decimal 170 250 92 0.32 0 0.63 0.02 90.38 0.94 0.67
Hex AA FA 5C 20 0 3F 2 5A 5E 43
Octal 252 372 134 40 0 77 2 132 136 103
Binary 10101010 11111010 1011100 100000 0 111111 10 1011010 1011110 1000011

Color Harmonies of #AAFA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA5C

Black with #AAFA5C

Text Example


Text Example

White with #AAFA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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