Html Css Color HEX #A2EF74 Feijoa

📋 copy color: '#A2EF74'

red 162 ◦ green 239 ◦ blue 116

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

Shades of Feijoa #A2EF74

Tints of Feijoa #A2EF74

RGB

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

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

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

R = 31.33%
G = 46.23%
B = 22.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#A2EF74 (or 0xA2EF74) is known color: Feijoa. HEX triplet: A2, EF and 74. RGB value is (162,239,116). Sum of RGB (Red+Green+Blue) = 162+239+116=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF74 is #5D108B. Grayscale: #CACACA. Windows color (decimal): -6099084 or 7663522. OLE color: 7663522.

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

Color convert

RGB 162 239 116 -
CMYK 0.32 0 0.51 0.06
HSL 97.56º 0.79% 0.7% -
HSV(B) 97.56º 0.51% 0.94% -
XYZ 48.92 70.68 27.59 -
YUV 201.96 79.49 99.5 -
System Red Green Blue C M Y K H S L
Decimal 162 239 116 0.32 0 0.51 0.06 97.56 0.79 0.7
Hex A2 EF 74 20 0 33 6 62 4F 46
Octal 242 357 164 40 0 63 6 142 117 106
Binary 10100010 11101111 1110100 100000 0 110011 110 1100010 1001111 1000110

Color Harmonies of #A2EF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EF74

Black with #A2EF74

Text Example


Text Example

White with #A2EF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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