Html Css Color HEX #ABDC7A Feijoa

📋 copy color: '#ABDC7A'

red 171 ◦ green 220 ◦ blue 122

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

Shades of Feijoa #ABDC7A

Tints of Feijoa #ABDC7A

RGB

 RED value IS 171 (67.19% from 255) = 33.33%

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 33.33%
G = 42.88%
B = 23.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#ABDC7A (or 0xABDC7A) is known color: Feijoa. HEX triplet: AB, DC and 7A. RGB value is (171,220,122). Sum of RGB (Red+Green+Blue) = 171+220+122=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC7A is #542385. Grayscale: #C2C2C2. Windows color (decimal): -5514118 or 8051883. OLE color: 8051883.

HSL color Cylindrical-coordinate representation of color #ABDC7A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABDC7A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 122 -
CMYK 0.22 0 0.45 0.14
HSL 90º 0.58% 0.67% -
HSV(B) 90º 0.45% 0.86% -
XYZ 45.9 61.25 27.82 -
YUV 194.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 171 220 122 0.22 0 0.45 0.14 90 0.58 0.67
Hex AB DC 7A 16 0 2D E 5A 3A 43
Octal 253 334 172 26 0 55 16 132 72 103
Binary 10101011 11011100 1111010 10110 0 101101 1110 1011010 111010 1000011

Color Harmonies of #ABDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC7A

Black with #ABDC7A

Text Example


Text Example

White with #ABDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC7A; }

 p { color: rgb(171,220,122); }

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

background-color css

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

 a { background-color: rgb(171,220,122); }

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

border-color css

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

 span { border-color: rgb(171,220,122); }

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