Html Css Color HEX #ABF26C Feijoa

📋 copy color: '#ABF26C'

red 171 ◦ green 242 ◦ blue 108

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

Shades of Feijoa #ABF26C

Tints of Feijoa #ABF26C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

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

R = 32.82%
G = 46.45%
B = 20.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#ABF26C (or 0xABF26C) is known color: Feijoa. HEX triplet: AB, F2 and 6C. RGB value is (171,242,108). Sum of RGB (Red+Green+Blue) = 171+242+108=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF26C is #540D93. Grayscale: #CDCDCD. Windows color (decimal): -5508500 or 7140011. OLE color: 7140011.

HSL color Cylindrical-coordinate representation of color #ABF26C: hue angle of 91.79º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF26C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 108 -
CMYK 0.29 0 0.55 0.05
HSL 91.79º 0.84% 0.69% -
HSV(B) 91.79º 0.55% 0.95% -
XYZ 51.25 73.24 25.62 -
YUV 205.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 171 242 108 0.29 0 0.55 0.05 91.79 0.84 0.69
Hex AB F2 6C 1D 0 37 5 5C 54 45
Octal 253 362 154 35 0 67 5 134 124 105
Binary 10101011 11110010 1101100 11101 0 110111 101 1011100 1010100 1000101

Color Harmonies of #ABF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF26C

Black with #ABF26C

Text Example


Text Example

White with #ABF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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