Html Css Color HEX #AAF668 Conifer

📋 copy color: '#AAF668'

red 170 ◦ green 246 ◦ blue 104

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

Shades of Conifer #AAF668

Tints of Conifer #AAF668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

 BLUE value IS 104 (41.02% from 255) = 20%

R = 32.69%
G = 47.31%
B = 20%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#AAF668 (or 0xAAF668) is known color: Conifer. HEX triplet: AA, F6 and 68. RGB value is (170,246,104). Sum of RGB (Red+Green+Blue) = 170+246+104=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF668 is #550997. Grayscale: #CFCFCF. Windows color (decimal): -5573016 or 6878890. OLE color: 6878890.

HSL color Cylindrical-coordinate representation of color #AAF668: hue angle of 92.11º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF668 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 104 -
CMYK 0.31 0 0.58 0.04
HSL 92.11º 0.89% 0.69% -
HSV(B) 92.11º 0.58% 0.96% -
XYZ 52.03 75.46 24.92 -
YUV 207.09 69.82 101.55 -
System Red Green Blue C M Y K H S L
Decimal 170 246 104 0.31 0 0.58 0.04 92.11 0.89 0.69
Hex AA F6 68 1F 0 3A 4 5C 59 45
Octal 252 366 150 37 0 72 4 134 131 105
Binary 10101010 11110110 1101000 11111 0 111010 100 1011100 1011001 1000101

Color Harmonies of #AAF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF668

Black with #AAF668

Text Example


Text Example

White with #AAF668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF668; }

 p { color: rgb(170,246,104); }

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

background-color css

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

 a { background-color: rgb(170,246,104); }

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

border-color css

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

 span { border-color: rgb(170,246,104); }

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