Html Css Color HEX #ABED74 Feijoa

📋 copy color: '#ABED74'

red 171 ◦ green 237 ◦ blue 116

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

Shades of Feijoa #ABED74

Tints of Feijoa #ABED74

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

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

R = 32.63%
G = 45.23%
B = 22.14%

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

#ABED74 (or 0xABED74) is known color: Feijoa. HEX triplet: AB, ED and 74. RGB value is (171,237,116). Sum of RGB (Red+Green+Blue) = 171+237+116=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED74 is #54128B. Grayscale: #CBCBCB. Windows color (decimal): -5509772 or 7663019. OLE color: 7663019.

HSL color Cylindrical-coordinate representation of color #ABED74: hue angle of 92.73º degrees, saturation: 0.77, 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 #ABED74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 116 -
CMYK 0.28 0 0.51 0.07
HSL 92.73º 0.77% 0.69% -
HSV(B) 92.73º 0.51% 0.93% -
XYZ 50.23 70.49 27.48 -
YUV 203.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 171 237 116 0.28 0 0.51 0.07 92.73 0.77 0.69
Hex AB ED 74 1C 0 33 7 5D 4D 45
Octal 253 355 164 34 0 63 7 135 115 105
Binary 10101011 11101101 1110100 11100 0 110011 111 1011101 1001101 1000101

Color Harmonies of #ABED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED74

Black with #ABED74

Text Example


Text Example

White with #ABED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED74; }

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

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

background-color css

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

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

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

border-color css

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

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

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