Html Css Color HEX #A0E67D Feijoa

📋 copy color: '#A0E67D'

red 160 ◦ green 230 ◦ blue 125

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

Shades of Feijoa #A0E67D

Tints of Feijoa #A0E67D

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

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

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 31.07%
G = 44.66%
B = 24.27%

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

#A0E67D (or 0xA0E67D) is known color: Feijoa. HEX triplet: A0, E6 and 7D. RGB value is (160,230,125). Sum of RGB (Red+Green+Blue) = 160+230+125=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E67D is #5F1982. Grayscale: #C5C5C5. Windows color (decimal): -6232451 or 8251040. OLE color: 8251040.

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

Color convert

RGB 160 230 125 -
CMYK 0.30 0 0.46 0.10
HSL 100º 0.68% 0.7% -
HSV(B) 100º 0.46% 0.9% -
XYZ 46.5 65.55 29.6 -
YUV 197.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 160 230 125 0.30 0 0.46 0.10 100 0.68 0.7
Hex A0 E6 7D 1E 0 2E A 64 44 46
Octal 240 346 175 36 0 56 12 144 104 106
Binary 10100000 11100110 1111101 11110 0 101110 1010 1100100 1000100 1000110

Color Harmonies of #A0E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E67D

Black with #A0E67D

Text Example


Text Example

White with #A0E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E67D; }

 p { color: rgb(160,230,125); }

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

background-color css

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

 a { background-color: rgb(160,230,125); }

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

border-color css

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

 span { border-color: rgb(160,230,125); }

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