Html Css Color HEX #A2EF73 Feijoa

📋 copy color: '#A2EF73'

red 162 ◦ green 239 ◦ blue 115

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

Shades of Feijoa #A2EF73

Tints of Feijoa #A2EF73

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.32%

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 31.4%
G = 46.32%
B = 22.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#A2EF73 (or 0xA2EF73) is known color: Feijoa. HEX triplet: A2, EF and 73. RGB value is (162,239,115). Sum of RGB (Red+Green+Blue) = 162+239+115=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF73 is #5D108C. Grayscale: #CACACA. Windows color (decimal): -6099085 or 7597986. OLE color: 7597986.

HSL color Cylindrical-coordinate representation of color #A2EF73: hue angle of 97.26º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2EF73 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 115 -
CMYK 0.32 0 0.52 0.06
HSL 97.26º 0.79% 0.69% -
HSV(B) 97.26º 0.52% 0.94% -
XYZ 48.86 70.65 27.28 -
YUV 201.84 78.99 99.58 -
System Red Green Blue C M Y K H S L
Decimal 162 239 115 0.32 0 0.52 0.06 97.26 0.79 0.69
Hex A2 EF 73 20 0 34 6 61 4F 45
Octal 242 357 163 40 0 64 6 141 117 105
Binary 10100010 11101111 1110011 100000 0 110100 110 1100001 1001111 1000101

Color Harmonies of #A2EF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EF73

Black with #A2EF73

Text Example


Text Example

White with #A2EF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EF73; }

 p { color: rgb(162,239,115); }

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

background-color css

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

 a { background-color: rgb(162,239,115); }

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

border-color css

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

 span { border-color: rgb(162,239,115); }

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