Html Css Color HEX #ABEC74 Feijoa

📋 copy color: '#ABEC74'

red 171 ◦ green 236 ◦ blue 116

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

Shades of Feijoa #ABEC74

Tints of Feijoa #ABEC74

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.12%

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

R = 32.7%
G = 45.12%
B = 22.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ABEC74 (or 0xABEC74) is known color: Feijoa. HEX triplet: AB, EC and 74. RGB value is (171,236,116). Sum of RGB (Red+Green+Blue) = 171+236+116=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC74 is #54138B. Grayscale: #CBCBCB. Windows color (decimal): -5510028 or 7662763. OLE color: 7662763.

HSL color Cylindrical-coordinate representation of color #ABEC74: hue angle of 92.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABEC74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 116 -
CMYK 0.28 0 0.51 0.07
HSL 92.5º 0.76% 0.69% -
HSV(B) 92.5º 0.51% 0.93% -
XYZ 49.94 69.91 27.38 -
YUV 202.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 171 236 116 0.28 0 0.51 0.07 92.5 0.76 0.69
Hex AB EC 74 1C 0 33 7 5C 4C 45
Octal 253 354 164 34 0 63 7 134 114 105
Binary 10101011 11101100 1110100 11100 0 110011 111 1011100 1001100 1000101

Color Harmonies of #ABEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEC74

Black with #ABEC74

Text Example


Text Example

White with #ABEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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