Html Css Color HEX #ABDA74 Feijoa

📋 copy color: '#ABDA74'

red 171 ◦ green 218 ◦ blue 116

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

Shades of Feijoa #ABDA74

Tints of Feijoa #ABDA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 33.86%
G = 43.17%
B = 22.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#ABDA74 (or 0xABDA74) is known color: Feijoa. HEX triplet: AB, DA and 74. RGB value is (171,218,116). Sum of RGB (Red+Green+Blue) = 171+218+116=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA74 is #54258B. Grayscale: #C0C0C0. Windows color (decimal): -5514636 or 7658155. OLE color: 7658155.

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

Color convert

RGB 171 218 116 -
CMYK 0.22 0 0.47 0.15
HSL 87.65º 0.58% 0.65% -
HSV(B) 87.65º 0.47% 0.85% -
XYZ 45.02 60.06 25.74 -
YUV 192.32 84.93 112.79 -
System Red Green Blue C M Y K H S L
Decimal 171 218 116 0.22 0 0.47 0.15 87.65 0.58 0.65
Hex AB DA 74 16 0 2F F 58 3A 41
Octal 253 332 164 26 0 57 17 130 72 101
Binary 10101011 11011010 1110100 10110 0 101111 1111 1011000 111010 1000001

Color Harmonies of #ABDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA74

Black with #ABDA74

Text Example


Text Example

White with #ABDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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