Html Css Color HEX #A2EA74 Feijoa

📋 copy color: '#A2EA74'

red 162 ◦ green 234 ◦ blue 116

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

Shades of Feijoa #A2EA74

Tints of Feijoa #A2EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

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

R = 31.64%
G = 45.7%
B = 22.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#A2EA74 (or 0xA2EA74) is known color: Feijoa. HEX triplet: A2, EA and 74. RGB value is (162,234,116). Sum of RGB (Red+Green+Blue) = 162+234+116=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA74 is #5D158B. Grayscale: #C7C7C7. Windows color (decimal): -6100364 or 7662242. OLE color: 7662242.

HSL color Cylindrical-coordinate representation of color #A2EA74: hue angle of 96.61º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2EA74 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 234 116 -
CMYK 0.31 0 0.50 0.08
HSL 96.61º 0.74% 0.69% -
HSV(B) 96.61º 0.5% 0.92% -
XYZ 47.48 67.79 27.11 -
YUV 199.02 81.15 101.59 -
System Red Green Blue C M Y K H S L
Decimal 162 234 116 0.31 0 0.50 0.08 96.61 0.74 0.69
Hex A2 EA 74 1F 0 32 8 61 4A 45
Octal 242 352 164 37 0 62 10 141 112 105
Binary 10100010 11101010 1110100 11111 0 110010 1000 1100001 1001010 1000101

Color Harmonies of #A2EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA74

Black with #A2EA74

Text Example


Text Example

White with #A2EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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