Html Css Color HEX #AAF862 Conifer

📋 copy color: '#AAF862'

red 170 ◦ green 248 ◦ blue 98

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

Shades of Conifer #AAF862

Tints of Conifer #AAF862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 32.95%
G = 48.06%
B = 18.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AAF862 (or 0xAAF862) is known color: Conifer. HEX triplet: AA, F8 and 62. RGB value is (170,248,98). Sum of RGB (Red+Green+Blue) = 170+248+98=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF862 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF862 is #55079D. Grayscale: #D0D0D0. Windows color (decimal): -5572510 or 6486186. OLE color: 6486186.

HSL color Cylindrical-coordinate representation of color #AAF862: hue angle of 91.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF862 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 98 -
CMYK 0.31 0 0.60 0.03
HSL 91.2º 0.91% 0.68% -
HSV(B) 91.2º 0.6% 0.97% -
XYZ 52.35 76.56 23.57 -
YUV 207.58 66.16 101.2 -
System Red Green Blue C M Y K H S L
Decimal 170 248 98 0.31 0 0.60 0.03 91.2 0.91 0.68
Hex AA F8 62 1F 0 3C 3 5B 5B 44
Octal 252 370 142 37 0 74 3 133 133 104
Binary 10101010 11111000 1100010 11111 0 111100 11 1011011 1011011 1000100

Color Harmonies of #AAF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF862

Black with #AAF862

Text Example


Text Example

White with #AAF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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