Html Css Color HEX #A2F275 Feijoa

📋 copy color: '#A2F275'

red 162 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #A2F275

Tints of Feijoa #A2F275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

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

R = 31.09%
G = 46.45%
B = 22.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#A2F275 (or 0xA2F275) is known color: Feijoa. HEX triplet: A2, F2 and 75. RGB value is (162,242,117). Sum of RGB (Red+Green+Blue) = 162+242+117=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F275 is #5D0D8A. Grayscale: #CCCCCC. Windows color (decimal): -6098315 or 7729826. OLE color: 7729826.

HSL color Cylindrical-coordinate representation of color #A2F275: hue angle of 98.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2F275 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 117 -
CMYK 0.33 0 0.52 0.05
HSL 98.4º 0.83% 0.7% -
HSV(B) 98.4º 0.52% 0.95% -
XYZ 49.86 72.47 28.19 -
YUV 203.83 79 98.16 -
System Red Green Blue C M Y K H S L
Decimal 162 242 117 0.33 0 0.52 0.05 98.4 0.83 0.7
Hex A2 F2 75 21 0 34 5 62 53 46
Octal 242 362 165 41 0 64 5 142 123 106
Binary 10100010 11110010 1110101 100001 0 110100 101 1100010 1010011 1000110

Color Harmonies of #A2F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F275

Black with #A2F275

Text Example


Text Example

White with #A2F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F275; }

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

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

background-color css

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

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

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

border-color css

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

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

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