Html Css Color HEX #ABDF76 Feijoa

📋 copy color: '#ABDF76'

red 171 ◦ green 223 ◦ blue 118

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

Shades of Feijoa #ABDF76

Tints of Feijoa #ABDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 33.4%
G = 43.55%
B = 23.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#ABDF76 (or 0xABDF76) is known color: Feijoa. HEX triplet: AB, DF and 76. RGB value is (171,223,118). Sum of RGB (Red+Green+Blue) = 171+223+118=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF76 is #542089. Grayscale: #C3C3C3. Windows color (decimal): -5513354 or 7790507. OLE color: 7790507.

HSL color Cylindrical-coordinate representation of color #ABDF76: hue angle of 89.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABDF76 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 118 -
CMYK 0.23 0 0.47 0.13
HSL 89.71º 0.62% 0.67% -
HSV(B) 89.71º 0.47% 0.87% -
XYZ 46.45 62.74 26.8 -
YUV 195.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 171 223 118 0.23 0 0.47 0.13 89.71 0.62 0.67
Hex AB DF 76 17 0 2F D 5A 3E 43
Octal 253 337 166 27 0 57 15 132 76 103
Binary 10101011 11011111 1110110 10111 0 101111 1101 1011010 111110 1000011

Color Harmonies of #ABDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF76

Black with #ABDF76

Text Example


Text Example

White with #ABDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF76; }

 p { color: rgb(171,223,118); }

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

background-color css

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

 a { background-color: rgb(171,223,118); }

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

border-color css

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

 span { border-color: rgb(171,223,118); }

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