Html Css Color HEX #AAF85A Conifer

📋 copy color: '#AAF85A'

red 170 ◦ green 248 ◦ blue 90

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

Shades of Conifer #AAF85A

Tints of Conifer #AAF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.82%

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 33.46%
G = 48.82%
B = 17.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#AAF85A (or 0xAAF85A) is known color: Conifer. HEX triplet: AA, F8 and 5A. RGB value is (170,248,90). Sum of RGB (Red+Green+Blue) = 170+248+90=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF85A is #5507A5. Grayscale: #CFCFCF. Windows color (decimal): -5572518 or 5961898. OLE color: 5961898.

HSL color Cylindrical-coordinate representation of color #AAF85A: hue angle of 89.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF85A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 90 -
CMYK 0.31 0 0.64 0.03
HSL 89.62º 0.92% 0.66% -
HSV(B) 89.62º 0.64% 0.97% -
XYZ 51.99 76.42 21.68 -
YUV 206.67 62.16 101.85 -
System Red Green Blue C M Y K H S L
Decimal 170 248 90 0.31 0 0.64 0.03 89.62 0.92 0.66
Hex AA F8 5A 1F 0 40 3 5A 5C 42
Octal 252 370 132 37 0 100 3 132 134 102
Binary 10101010 11111000 1011010 11111 0 1000000 11 1011010 1011100 1000010

Color Harmonies of #AAF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF85A

Black with #AAF85A

Text Example


Text Example

White with #AAF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF85A; }

 p { color: rgb(170,248,90); }

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

background-color css

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

 a { background-color: rgb(170,248,90); }

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

border-color css

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

 span { border-color: rgb(170,248,90); }

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