Html Css Color HEX #A2F872 Feijoa

📋 copy color: '#A2F872'

red 162 ◦ green 248 ◦ blue 114

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

Shades of Feijoa #A2F872

Tints of Feijoa #A2F872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.76%

R = 30.92%
G = 47.33%
B = 21.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#A2F872 (or 0xA2F872) is known color: Feijoa. HEX triplet: A2, F8 and 72. RGB value is (162,248,114). Sum of RGB (Red+Green+Blue) = 162+248+114=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F872 is #5D078D. Grayscale: #CFCFCF. Windows color (decimal): -6096782 or 7534754. OLE color: 7534754.

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

Color convert

RGB 162 248 114 -
CMYK 0.35 0 0.54 0.03
HSL 98.51º 0.91% 0.71% -
HSV(B) 98.51º 0.54% 0.97% -
XYZ 51.5 76.03 27.88 -
YUV 207.01 75.51 95.9 -
System Red Green Blue C M Y K H S L
Decimal 162 248 114 0.35 0 0.54 0.03 98.51 0.91 0.71
Hex A2 F8 72 23 0 36 3 63 5B 47
Octal 242 370 162 43 0 66 3 143 133 107
Binary 10100010 11111000 1110010 100011 0 110110 11 1100011 1011011 1000111

Color Harmonies of #A2F872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F872

Black with #A2F872

Text Example


Text Example

White with #A2F872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F872; }

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

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

background-color css

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

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

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

border-color css

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

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

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