Html Css Color HEX #A2F674 Feijoa

📋 copy color: '#A2F674'

red 162 ◦ green 246 ◦ blue 116

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

Shades of Feijoa #A2F674

Tints of Feijoa #A2F674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.95%

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 30.92%
G = 46.95%
B = 22.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#A2F674 (or 0xA2F674) is known color: Feijoa. HEX triplet: A2, F6 and 74. RGB value is (162,246,116). Sum of RGB (Red+Green+Blue) = 162+246+116=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F674 is #5D098B. Grayscale: #CECECE. Windows color (decimal): -6097292 or 7665314. OLE color: 7665314.

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

Color convert

RGB 162 246 116 -
CMYK 0.34 0 0.53 0.04
HSL 98.77º 0.88% 0.71% -
HSV(B) 98.77º 0.53% 0.96% -
XYZ 51.01 74.85 28.28 -
YUV 206.06 77.17 96.57 -
System Red Green Blue C M Y K H S L
Decimal 162 246 116 0.34 0 0.53 0.04 98.77 0.88 0.71
Hex A2 F6 74 22 0 35 4 63 58 47
Octal 242 366 164 42 0 65 4 143 130 107
Binary 10100010 11110110 1110100 100010 0 110101 100 1100011 1011000 1000111

Color Harmonies of #A2F674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F674

Black with #A2F674

Text Example


Text Example

White with #A2F674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F674; }

 p { color: rgb(162,246,116); }

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

background-color css

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

 a { background-color: rgb(162,246,116); }

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

border-color css

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

 span { border-color: rgb(162,246,116); }

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