Html Css Color HEX #A2FA6B Feijoa

📋 copy color: '#A2FA6B'

red 162 ◦ green 250 ◦ blue 107

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

Shades of Feijoa #A2FA6B

Tints of Feijoa #A2FA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.62%

R = 31.21%
G = 48.17%
B = 20.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#A2FA6B (or 0xA2FA6B) is known color: Feijoa. HEX triplet: A2, FA and 6B. RGB value is (162,250,107). Sum of RGB (Red+Green+Blue) = 162+250+107=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA6B is #5D0594. Grayscale: #CFCFCF. Windows color (decimal): -6096277 or 7076514. OLE color: 7076514.

HSL color Cylindrical-coordinate representation of color #A2FA6B: hue angle of 96.92º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2FA6B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 107 -
CMYK 0.35 0 0.57 0.02
HSL 96.92º 0.93% 0.7% -
HSV(B) 96.92º 0.57% 0.98% -
XYZ 51.74 77.11 26.07 -
YUV 207.39 71.35 95.63 -
System Red Green Blue C M Y K H S L
Decimal 162 250 107 0.35 0 0.57 0.02 96.92 0.93 0.7
Hex A2 FA 6B 23 0 39 2 61 5D 46
Octal 242 372 153 43 0 71 2 141 135 106
Binary 10100010 11111010 1101011 100011 0 111001 10 1100001 1011101 1000110

Color Harmonies of #A2FA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA6B

Black with #A2FA6B

Text Example


Text Example

White with #A2FA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA6B; }

 p { color: rgb(162,250,107); }

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

background-color css

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

 a { background-color: rgb(162,250,107); }

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

border-color css

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

 span { border-color: rgb(162,250,107); }

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