Html Css Color HEX #ABF06C Feijoa

📋 copy color: '#ABF06C'

red 171 ◦ green 240 ◦ blue 108

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

Shades of Feijoa #ABF06C

Tints of Feijoa #ABF06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.24%

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

R = 32.95%
G = 46.24%
B = 20.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#ABF06C (or 0xABF06C) is known color: Feijoa. HEX triplet: AB, F0 and 6C. RGB value is (171,240,108). Sum of RGB (Red+Green+Blue) = 171+240+108=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF06C is #540F93. Grayscale: #CCCCCC. Windows color (decimal): -5509012 or 7139499. OLE color: 7139499.

HSL color Cylindrical-coordinate representation of color #ABF06C: hue angle of 91.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF06C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 108 -
CMYK 0.29 0 0.55 0.06
HSL 91.36º 0.81% 0.68% -
HSV(B) 91.36º 0.55% 0.94% -
XYZ 50.66 72.06 25.43 -
YUV 204.32 73.64 104.23 -
System Red Green Blue C M Y K H S L
Decimal 171 240 108 0.29 0 0.55 0.06 91.36 0.81 0.68
Hex AB F0 6C 1D 0 37 6 5B 51 44
Octal 253 360 154 35 0 67 6 133 121 104
Binary 10101011 11110000 1101100 11101 0 110111 110 1011011 1010001 1000100

Color Harmonies of #ABF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF06C

Black with #ABF06C

Text Example


Text Example

White with #ABF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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