Html Css Color HEX #A2F878 Feijoa

📋 copy color: '#A2F878'

red 162 ◦ green 248 ◦ blue 120

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

Shades of Feijoa #A2F878

Tints of Feijoa #A2F878

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 30.57%
G = 46.79%
B = 22.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#A2F878 (or 0xA2F878) is known color: Feijoa. HEX triplet: A2, F8 and 78. RGB value is (162,248,120). Sum of RGB (Red+Green+Blue) = 162+248+120=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F878 is #5D0787. Grayscale: #D0D0D0. Windows color (decimal): -6096776 or 7927970. OLE color: 7927970.

HSL color Cylindrical-coordinate representation of color #A2F878: hue angle of 100.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2F878 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 248 120 -
CMYK 0.35 0 0.52 0.03
HSL 100.31º 0.9% 0.72% -
HSV(B) 100.31º 0.52% 0.97% -
XYZ 51.86 76.17 29.74 -
YUV 207.69 78.51 95.41 -
System Red Green Blue C M Y K H S L
Decimal 162 248 120 0.35 0 0.52 0.03 100.31 0.9 0.72
Hex A2 F8 78 23 0 34 3 64 5A 48
Octal 242 370 170 43 0 64 3 144 132 110
Binary 10100010 11111000 1111000 100011 0 110100 11 1100100 1011010 1001000

Color Harmonies of #A2F878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F878

Black with #A2F878

Text Example


Text Example

White with #A2F878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F878; }

 p { color: rgb(162,248,120); }

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

background-color css

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

 a { background-color: rgb(162,248,120); }

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

border-color css

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

 span { border-color: rgb(162,248,120); }

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