Html Css Color HEX #A2E968 Feijoa

📋 copy color: '#A2E968'

red 162 ◦ green 233 ◦ blue 104

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

Shades of Feijoa #A2E968

Tints of Feijoa #A2E968

RGB

 RED value IS 162 (63.67% from 255) = 32.46%

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

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

R = 32.46%
G = 46.69%
B = 20.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#A2E968 (or 0xA2E968) is known color: Feijoa. HEX triplet: A2, E9 and 68. RGB value is (162,233,104). Sum of RGB (Red+Green+Blue) = 162+233+104=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E968 is #5D1697. Grayscale: #C5C5C5. Windows color (decimal): -6100632 or 6875554. OLE color: 6875554.

HSL color Cylindrical-coordinate representation of color #A2E968: hue angle of 93.02º 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 #A2E968 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 104 -
CMYK 0.30 0 0.55 0.09
HSL 93.02º 0.75% 0.66% -
HSV(B) 93.02º 0.55% 0.91% -
XYZ 46.54 66.96 23.57 -
YUV 197.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 162 233 104 0.30 0 0.55 0.09 93.02 0.75 0.66
Hex A2 E9 68 1E 0 37 9 5D 4B 42
Octal 242 351 150 36 0 67 11 135 113 102
Binary 10100010 11101001 1101000 11110 0 110111 1001 1011101 1001011 1000010

Color Harmonies of #A2E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E968

Black with #A2E968

Text Example


Text Example

White with #A2E968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E968; }

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

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

background-color css

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

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

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

border-color css

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

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

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