Html Css Color HEX #A2E67A Feijoa

📋 copy color: '#A2E67A'

red 162 ◦ green 230 ◦ blue 122

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

Shades of Feijoa #A2E67A

Tints of Feijoa #A2E67A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 31.52%
G = 44.75%
B = 23.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#A2E67A (or 0xA2E67A) is known color: Feijoa. HEX triplet: A2, E6 and 7A. RGB value is (162,230,122). Sum of RGB (Red+Green+Blue) = 162+230+122=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E67A is #5D1985. Grayscale: #C5C5C5. Windows color (decimal): -6101382 or 8054434. OLE color: 8054434.

HSL color Cylindrical-coordinate representation of color #A2E67A: hue angle of 97.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2E67A is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 230 122 -
CMYK 0.30 0 0.47 0.10
HSL 97.78º 0.68% 0.69% -
HSV(B) 97.78º 0.47% 0.9% -
XYZ 46.71 65.68 28.63 -
YUV 197.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 162 230 122 0.30 0 0.47 0.10 97.78 0.68 0.69
Hex A2 E6 7A 1E 0 2F A 62 44 45
Octal 242 346 172 36 0 57 12 142 104 105
Binary 10100010 11100110 1111010 11110 0 101111 1010 1100010 1000100 1000101

Color Harmonies of #A2E67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E67A

Black with #A2E67A

Text Example


Text Example

White with #A2E67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E67A; }

 p { color: rgb(162,230,122); }

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

background-color css

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

 a { background-color: rgb(162,230,122); }

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

border-color css

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

 span { border-color: rgb(162,230,122); }

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