Html Css Color HEX #A0D66B Feijoa

📋 copy color: '#A0D66B'

red 160 ◦ green 214 ◦ blue 107

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

Shades of Feijoa #A0D66B

Tints of Feijoa #A0D66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 33.26%
G = 44.49%
B = 22.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A0D66B (or 0xA0D66B) is known color: Feijoa. HEX triplet: A0, D6 and 6B. RGB value is (160,214,107). Sum of RGB (Red+Green+Blue) = 160+214+107=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D66B is #5F2994. Grayscale: #BABABA. Windows color (decimal): -6236565 or 7067296. OLE color: 7067296.

HSL color Cylindrical-coordinate representation of color #A0D66B: hue angle of 90.28º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D66B is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 107 -
CMYK 0.25 0 0.50 0.16
HSL 90.28º 0.57% 0.63% -
HSV(B) 90.28º 0.5% 0.84% -
XYZ 41.2 56.63 22.67 -
YUV 185.66 83.61 109.7 -
System Red Green Blue C M Y K H S L
Decimal 160 214 107 0.25 0 0.50 0.16 90.28 0.57 0.63
Hex A0 D6 6B 19 0 32 10 5A 39 3F
Octal 240 326 153 31 0 62 20 132 71 77
Binary 10100000 11010110 1101011 11001 0 110010 10000 1011010 111001 111111

Color Harmonies of #A0D66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D66B

Black with #A0D66B

Text Example


Text Example

White with #A0D66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D66B; }

 p { color: rgb(160,214,107); }

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

background-color css

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

 a { background-color: rgb(160,214,107); }

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

border-color css

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

 span { border-color: rgb(160,214,107); }

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