Html Css Color HEX #ABDA72 Feijoa

📋 copy color: '#ABDA72'

red 171 ◦ green 218 ◦ blue 114

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

Shades of Feijoa #ABDA72

Tints of Feijoa #ABDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 34%
G = 43.34%
B = 22.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ABDA72 (or 0xABDA72) is known color: Feijoa. HEX triplet: AB, DA and 72. RGB value is (171,218,114). Sum of RGB (Red+Green+Blue) = 171+218+114=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA72 is #54258D. Grayscale: #C0C0C0. Windows color (decimal): -5514638 or 7527083. OLE color: 7527083.

HSL color Cylindrical-coordinate representation of color #ABDA72: hue angle of 87.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABDA72 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 114 -
CMYK 0.22 0 0.48 0.15
HSL 87.12º 0.58% 0.65% -
HSV(B) 87.12º 0.48% 0.85% -
XYZ 44.9 60.02 25.14 -
YUV 192.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 171 218 114 0.22 0 0.48 0.15 87.12 0.58 0.65
Hex AB DA 72 16 0 30 F 57 3A 41
Octal 253 332 162 26 0 60 17 127 72 101
Binary 10101011 11011010 1110010 10110 0 110000 1111 1010111 111010 1000001

Color Harmonies of #ABDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA72

Black with #ABDA72

Text Example


Text Example

White with #ABDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA72; }

 p { color: rgb(171,218,114); }

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

background-color css

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

 a { background-color: rgb(171,218,114); }

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

border-color css

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

 span { border-color: rgb(171,218,114); }

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