Html Css Color HEX #A2F468 Feijoa

📋 copy color: '#A2F468'

red 162 ◦ green 244 ◦ blue 104

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

Shades of Feijoa #A2F468

Tints of Feijoa #A2F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.84%

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

R = 31.76%
G = 47.84%
B = 20.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#A2F468 (or 0xA2F468) is known color: Feijoa. HEX triplet: A2, F4 and 68. RGB value is (162,244,104). Sum of RGB (Red+Green+Blue) = 162+244+104=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F468 is #5D0B97. Grayscale: #CBCBCB. Windows color (decimal): -6097816 or 6878370. OLE color: 6878370.

HSL color Cylindrical-coordinate representation of color #A2F468: hue angle of 95.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2F468 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 244 104 -
CMYK 0.34 0 0.57 0.04
HSL 95.14º 0.86% 0.68% -
HSV(B) 95.14º 0.57% 0.96% -
XYZ 49.75 73.38 24.64 -
YUV 203.52 71.83 98.38 -
System Red Green Blue C M Y K H S L
Decimal 162 244 104 0.34 0 0.57 0.04 95.14 0.86 0.68
Hex A2 F4 68 22 0 39 4 5F 56 44
Octal 242 364 150 42 0 71 4 137 126 104
Binary 10100010 11110100 1101000 100010 0 111001 100 1011111 1010110 1000100

Color Harmonies of #A2F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F468

Black with #A2F468

Text Example


Text Example

White with #A2F468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F468; }

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

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

background-color css

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

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

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

border-color css

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

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

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