Html Css Color HEX #A2F875 Feijoa

📋 copy color: '#A2F875'

red 162 ◦ green 248 ◦ blue 117

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

Shades of Feijoa #A2F875

Tints of Feijoa #A2F875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 30.74%
G = 47.06%
B = 22.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#A2F875 (or 0xA2F875) is known color: Feijoa. HEX triplet: A2, F8 and 75. RGB value is (162,248,117). Sum of RGB (Red+Green+Blue) = 162+248+117=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F875 is #5D078A. Grayscale: #CFCFCF. Windows color (decimal): -6096779 or 7731362. OLE color: 7731362.

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

Color convert

RGB 162 248 117 -
CMYK 0.35 0 0.53 0.03
HSL 99.39º 0.9% 0.72% -
HSV(B) 99.39º 0.53% 0.97% -
XYZ 51.68 76.1 28.79 -
YUV 207.35 77.01 95.65 -
System Red Green Blue C M Y K H S L
Decimal 162 248 117 0.35 0 0.53 0.03 99.39 0.9 0.72
Hex A2 F8 75 23 0 35 3 63 5A 48
Octal 242 370 165 43 0 65 3 143 132 110
Binary 10100010 11111000 1110101 100011 0 110101 11 1100011 1011010 1001000

Color Harmonies of #A2F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F875

Black with #A2F875

Text Example


Text Example

White with #A2F875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F875; }

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

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

background-color css

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

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

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

border-color css

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

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

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