Html Css Color HEX #ABED6C Feijoa

📋 copy color: '#ABED6C'

red 171 ◦ green 237 ◦ blue 108

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

Shades of Feijoa #ABED6C

Tints of Feijoa #ABED6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.93%

R = 33.14%
G = 45.93%
B = 20.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ABED6C (or 0xABED6C) is known color: Feijoa. HEX triplet: AB, ED and 6C. RGB value is (171,237,108). Sum of RGB (Red+Green+Blue) = 171+237+108=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED6C is #541293. Grayscale: #CBCBCB. Windows color (decimal): -5509780 or 7138731. OLE color: 7138731.

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

Color convert

RGB 171 237 108 -
CMYK 0.28 0 0.54 0.07
HSL 90.7º 0.78% 0.68% -
HSV(B) 90.7º 0.54% 0.93% -
XYZ 49.79 70.31 25.13 -
YUV 202.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 171 237 108 0.28 0 0.54 0.07 90.7 0.78 0.68
Hex AB ED 6C 1C 0 36 7 5B 4E 44
Octal 253 355 154 34 0 66 7 133 116 104
Binary 10101011 11101101 1101100 11100 0 110110 111 1011011 1001110 1000100

Color Harmonies of #ABED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED6C

Black with #ABED6C

Text Example


Text Example

White with #ABED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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