Html Css Color HEX #A2F46C Feijoa

📋 copy color: '#A2F46C'

red 162 ◦ green 244 ◦ blue 108

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

Shades of Feijoa #A2F46C

Tints of Feijoa #A2F46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 31.52%
G = 47.47%
B = 21.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#A2F46C (or 0xA2F46C) is known color: Feijoa. HEX triplet: A2, F4 and 6C. RGB value is (162,244,108). Sum of RGB (Red+Green+Blue) = 162+244+108=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F46C is #5D0B93. Grayscale: #CCCCCC. Windows color (decimal): -6097812 or 7140514. OLE color: 7140514.

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

Color convert

RGB 162 244 108 -
CMYK 0.34 0 0.56 0.04
HSL 96.18º 0.86% 0.69% -
HSV(B) 96.18º 0.56% 0.96% -
XYZ 49.96 73.47 25.73 -
YUV 203.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 162 244 108 0.34 0 0.56 0.04 96.18 0.86 0.69
Hex A2 F4 6C 22 0 38 4 60 56 45
Octal 242 364 154 42 0 70 4 140 126 105
Binary 10100010 11110100 1101100 100010 0 111000 100 1100000 1010110 1000101

Color Harmonies of #A2F46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F46C

Black with #A2F46C

Text Example


Text Example

White with #A2F46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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