Html Css Color HEX #A1E968 Feijoa

📋 copy color: '#A1E968'

red 161 ◦ green 233 ◦ blue 104

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

Shades of Feijoa #A1E968

Tints of Feijoa #A1E968

RGB

 RED value IS 161 (63.28% from 255) = 32.33%

 GREEN value IS 233 (91.41% from 255) = 46.79%

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

R = 32.33%
G = 46.79%
B = 20.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#A1E968 (or 0xA1E968) is known color: Feijoa. HEX triplet: A1, E9 and 68. RGB value is (161,233,104). Sum of RGB (Red+Green+Blue) = 161+233+104=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E968 is #5E1697. Grayscale: #C5C5C5. Windows color (decimal): -6166168 or 6875553. OLE color: 6875553.

HSL color Cylindrical-coordinate representation of color #A1E968: hue angle of 93.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1E968 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 104 -
CMYK 0.31 0 0.55 0.09
HSL 93.49º 0.75% 0.66% -
HSV(B) 93.49º 0.55% 0.91% -
XYZ 46.34 66.85 23.56 -
YUV 196.77 75.65 102.49 -
System Red Green Blue C M Y K H S L
Decimal 161 233 104 0.31 0 0.55 0.09 93.49 0.75 0.66
Hex A1 E9 68 1F 0 37 9 5D 4B 42
Octal 241 351 150 37 0 67 11 135 113 102
Binary 10100001 11101001 1101000 11111 0 110111 1001 1011101 1001011 1000010

Color Harmonies of #A1E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E968

Black with #A1E968

Text Example


Text Example

White with #A1E968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E968; }

 p { color: rgb(161,233,104); }

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

background-color css

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

 a { background-color: rgb(161,233,104); }

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

border-color css

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

 span { border-color: rgb(161,233,104); }

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