Html Css Color HEX #A2F57C Feijoa

📋 copy color: '#A2F57C'

red 162 ◦ green 245 ◦ blue 124

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

Shades of Feijoa #A2F57C

Tints of Feijoa #A2F57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.14%

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 30.51%
G = 46.14%
B = 23.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#A2F57C (or 0xA2F57C) is known color: Feijoa. HEX triplet: A2, F5 and 7C. RGB value is (162,245,124). Sum of RGB (Red+Green+Blue) = 162+245+124=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F57C is #5D0A83. Grayscale: #CECECE. Windows color (decimal): -6097540 or 8189346. OLE color: 8189346.

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

Color convert

RGB 162 245 124 -
CMYK 0.34 0 0.49 0.04
HSL 101.16º 0.86% 0.72% -
HSV(B) 101.16º 0.49% 0.96% -
XYZ 51.19 74.44 30.74 -
YUV 206.39 81.5 96.34 -
System Red Green Blue C M Y K H S L
Decimal 162 245 124 0.34 0 0.49 0.04 101.16 0.86 0.72
Hex A2 F5 7C 22 0 31 4 65 56 48
Octal 242 365 174 42 0 61 4 145 126 110
Binary 10100010 11110101 1111100 100010 0 110001 100 1100101 1010110 1001000

Color Harmonies of #A2F57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F57C

Black with #A2F57C

Text Example


Text Example

White with #A2F57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F57C; }

 p { color: rgb(162,245,124); }

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

background-color css

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

 a { background-color: rgb(162,245,124); }

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

border-color css

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

 span { border-color: rgb(162,245,124); }

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