Html Css Color HEX #AAFA68 Conifer

📋 copy color: '#AAFA68'

red 170 ◦ green 250 ◦ blue 104

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

Shades of Conifer #AAFA68

Tints of Conifer #AAFA68

RGB

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

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

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

R = 32.44%
G = 47.71%
B = 19.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#AAFA68 (or 0xAAFA68) is known color: Conifer. HEX triplet: AA, FA and 68. RGB value is (170,250,104). Sum of RGB (Red+Green+Blue) = 170+250+104=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA68 is #550597. Grayscale: #D1D1D1. Windows color (decimal): -5571992 or 6879914. OLE color: 6879914.

HSL color Cylindrical-coordinate representation of color #AAFA68: hue angle of 92.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAFA68 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 104 -
CMYK 0.32 0 0.58 0.02
HSL 92.88º 0.94% 0.69% -
HSV(B) 92.88º 0.58% 0.98% -
XYZ 53.26 77.92 25.33 -
YUV 209.44 68.5 99.87 -
System Red Green Blue C M Y K H S L
Decimal 170 250 104 0.32 0 0.58 0.02 92.88 0.94 0.69
Hex AA FA 68 20 0 3A 2 5D 5E 45
Octal 252 372 150 40 0 72 2 135 136 105
Binary 10101010 11111010 1101000 100000 0 111010 10 1011101 1011110 1000101

Color Harmonies of #AAFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA68

Black with #AAFA68

Text Example


Text Example

White with #AAFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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