Html Css Color HEX #A2E67C Feijoa

📋 copy color: '#A2E67C'

red 162 ◦ green 230 ◦ blue 124

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

Shades of Feijoa #A2E67C

Tints of Feijoa #A2E67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 31.4%
G = 44.57%
B = 24.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#A2E67C (or 0xA2E67C) is known color: Feijoa. HEX triplet: A2, E6 and 7C. RGB value is (162,230,124). Sum of RGB (Red+Green+Blue) = 162+230+124=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E67C is #5D1983. Grayscale: #C5C5C5. Windows color (decimal): -6101380 or 8185506. OLE color: 8185506.

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

Color convert

RGB 162 230 124 -
CMYK 0.30 0 0.46 0.10
HSL 98.49º 0.68% 0.69% -
HSV(B) 98.49º 0.46% 0.9% -
XYZ 46.84 65.73 29.29 -
YUV 197.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 162 230 124 0.30 0 0.46 0.10 98.49 0.68 0.69
Hex A2 E6 7C 1E 0 2E A 62 44 45
Octal 242 346 174 36 0 56 12 142 104 105
Binary 10100010 11100110 1111100 11110 0 101110 1010 1100010 1000100 1000101

Color Harmonies of #A2E67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E67C

Black with #A2E67C

Text Example


Text Example

White with #A2E67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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