Html Css Color HEX #AAF85D Conifer

📋 copy color: '#AAF85D'

red 170 ◦ green 248 ◦ blue 93

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

Shades of Conifer #AAF85D

Tints of Conifer #AAF85D

RGB

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

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

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

R = 33.27%
G = 48.53%
B = 18.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#AAF85D (or 0xAAF85D) is known color: Conifer. HEX triplet: AA, F8 and 5D. RGB value is (170,248,93). Sum of RGB (Red+Green+Blue) = 170+248+93=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF85D is #5507A2. Grayscale: #CFCFCF. Windows color (decimal): -5572515 or 6158506. OLE color: 6158506.

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

Color convert

RGB 170 248 93 -
CMYK 0.31 0 0.62 0.03
HSL 90.19º 0.92% 0.67% -
HSV(B) 90.19º 0.63% 0.97% -
XYZ 52.12 76.47 22.37 -
YUV 207.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 170 248 93 0.31 0 0.62 0.03 90.19 0.92 0.67
Hex AA F8 5D 1F 0 3E 3 5A 5C 43
Octal 252 370 135 37 0 76 3 132 134 103
Binary 10101010 11111000 1011101 11111 0 111110 11 1011010 1011100 1000011

Color Harmonies of #AAF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF85D

Black with #AAF85D

Text Example


Text Example

White with #AAF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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