Html Css Color HEX #ABD672 Feijoa

📋 copy color: '#ABD672'

red 171 ◦ green 214 ◦ blue 114

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

Shades of Feijoa #ABD672

Tints of Feijoa #ABD672

RGB

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

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

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

R = 34.27%
G = 42.89%
B = 22.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#ABD672 (or 0xABD672) is known color: Feijoa. HEX triplet: AB, D6 and 72. RGB value is (171,214,114). Sum of RGB (Red+Green+Blue) = 171+214+114=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD672 is #54298D. Grayscale: #BEBEBE. Windows color (decimal): -5515662 or 7526059. OLE color: 7526059.

HSL color Cylindrical-coordinate representation of color #ABD672: hue angle of 85.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABD672 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 214 114 -
CMYK 0.20 0 0.47 0.16
HSL 85.8º 0.55% 0.64% -
HSV(B) 85.8º 0.47% 0.84% -
XYZ 43.88 57.97 24.8 -
YUV 189.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 171 214 114 0.20 0 0.47 0.16 85.8 0.55 0.64
Hex AB D6 72 14 0 2F 10 56 37 40
Octal 253 326 162 24 0 57 20 126 67 100
Binary 10101011 11010110 1110010 10100 0 101111 10000 1010110 110111 1000000

Color Harmonies of #ABD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD672

Black with #ABD672

Text Example


Text Example

White with #ABD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD672; }

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

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

background-color css

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

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

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

border-color css

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

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

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