Html Css Color HEX #A0D270 Feijoa

📋 copy color: '#A0D270'

red 160 ◦ green 210 ◦ blue 112

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

Shades of Feijoa #A0D270

Tints of Feijoa #A0D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 33.2%
G = 43.57%
B = 23.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A0D270 (or 0xA0D270) is known color: Feijoa. HEX triplet: A0, D2 and 70. RGB value is (160,210,112). Sum of RGB (Red+Green+Blue) = 160+210+112=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D270 is #5F2D8F. Grayscale: #B8B8B8. Windows color (decimal): -6237584 or 7393952. OLE color: 7393952.

HSL color Cylindrical-coordinate representation of color #A0D270: hue angle of 90.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0D270 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 112 -
CMYK 0.24 0 0.47 0.18
HSL 90.61º 0.52% 0.63% -
HSV(B) 90.61º 0.47% 0.82% -
XYZ 40.47 54.74 23.76 -
YUV 183.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 160 210 112 0.24 0 0.47 0.18 90.61 0.52 0.63
Hex A0 D2 70 18 0 2F 12 5B 34 3F
Octal 240 322 160 30 0 57 22 133 64 77
Binary 10100000 11010010 1110000 11000 0 101111 10010 1011011 110100 111111

Color Harmonies of #A0D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D270

Black with #A0D270

Text Example


Text Example

White with #A0D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D270; }

 p { color: rgb(160,210,112); }

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

background-color css

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

 a { background-color: rgb(160,210,112); }

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

border-color css

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

 span { border-color: rgb(160,210,112); }

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