Html Css Color HEX #A0DD68 Feijoa

📋 copy color: '#A0DD68'

red 160 ◦ green 221 ◦ blue 104

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

Shades of Feijoa #A0DD68

Tints of Feijoa #A0DD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 104 (41.02% from 255) = 21.44%

R = 32.99%
G = 45.57%
B = 21.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#A0DD68 (or 0xA0DD68) is known color: Feijoa. HEX triplet: A0, DD and 68. RGB value is (160,221,104). Sum of RGB (Red+Green+Blue) = 160+221+104=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD68 is #5F2297. Grayscale: #BDBDBD. Windows color (decimal): -6234776 or 6872480. OLE color: 6872480.

HSL color Cylindrical-coordinate representation of color #A0DD68: hue angle of 91.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0DD68 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 104 -
CMYK 0.28 0 0.53 0.13
HSL 91.28º 0.63% 0.64% -
HSV(B) 91.28º 0.53% 0.87% -
XYZ 42.85 60.19 22.46 -
YUV 189.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 160 221 104 0.28 0 0.53 0.13 91.28 0.63 0.64
Hex A0 DD 68 1C 0 35 D 5B 3F 40
Octal 240 335 150 34 0 65 15 133 77 100
Binary 10100000 11011101 1101000 11100 0 110101 1101 1011011 111111 1000000

Color Harmonies of #A0DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD68

Black with #A0DD68

Text Example


Text Example

White with #A0DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD68; }

 p { color: rgb(160,221,104); }

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

background-color css

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

 a { background-color: rgb(160,221,104); }

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

border-color css

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

 span { border-color: rgb(160,221,104); }

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