Html Css Color HEX #ABDC74 Feijoa

📋 copy color: '#ABDC74'

red 171 ◦ green 220 ◦ blue 116

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

Shades of Feijoa #ABDC74

Tints of Feijoa #ABDC74

RGB

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

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

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

R = 33.73%
G = 43.39%
B = 22.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#ABDC74 (or 0xABDC74) is known color: Feijoa. HEX triplet: AB, DC and 74. RGB value is (171,220,116). Sum of RGB (Red+Green+Blue) = 171+220+116=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC74 is #54238B. Grayscale: #C1C1C1. Windows color (decimal): -5514124 or 7658667. OLE color: 7658667.

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

Color convert

RGB 171 220 116 -
CMYK 0.22 0 0.47 0.14
HSL 88.27º 0.6% 0.66% -
HSV(B) 88.27º 0.47% 0.86% -
XYZ 45.54 61.11 25.92 -
YUV 193.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 171 220 116 0.22 0 0.47 0.14 88.27 0.6 0.66
Hex AB DC 74 16 0 2F E 58 3C 42
Octal 253 334 164 26 0 57 16 130 74 102
Binary 10101011 11011100 1110100 10110 0 101111 1110 1011000 111100 1000010

Color Harmonies of #ABDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC74

Black with #ABDC74

Text Example


Text Example

White with #ABDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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