Html Css Color HEX #A0ED69 Feijoa

📋 copy color: '#A0ED69'

red 160 ◦ green 237 ◦ blue 105

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

Shades of Feijoa #A0ED69

Tints of Feijoa #A0ED69

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.21%

 BLUE value IS 105 (41.41% from 255) = 20.92%

R = 31.87%
G = 47.21%
B = 20.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#A0ED69 (or 0xA0ED69) is known color: Feijoa. HEX triplet: A0, ED and 69. RGB value is (160,237,105). Sum of RGB (Red+Green+Blue) = 160+237+105=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED69 is #5F1296. Grayscale: #C7C7C7. Windows color (decimal): -6230679 or 6942112. OLE color: 6942112.

HSL color Cylindrical-coordinate representation of color #A0ED69: hue angle of 95º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0ED69 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 105 -
CMYK 0.32 0 0.56 0.07
HSL 95º 0.79% 0.67% -
HSV(B) 95º 0.56% 0.93% -
XYZ 47.33 69.06 24.2 -
YUV 198.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 160 237 105 0.32 0 0.56 0.07 95 0.79 0.67
Hex A0 ED 69 20 0 38 7 5F 4F 43
Octal 240 355 151 40 0 70 7 137 117 103
Binary 10100000 11101101 1101001 100000 0 111000 111 1011111 1001111 1000011

Color Harmonies of #A0ED69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED69

Black with #A0ED69

Text Example


Text Example

White with #A0ED69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED69; }

 p { color: rgb(160,237,105); }

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

background-color css

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

 a { background-color: rgb(160,237,105); }

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

border-color css

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

 span { border-color: rgb(160,237,105); }

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