Html Css Color HEX #ABF16F Feijoa

📋 copy color: '#ABF16F'

red 171 ◦ green 241 ◦ blue 111

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

Shades of Feijoa #ABF16F

Tints of Feijoa #ABF16F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 32.7%
G = 46.08%
B = 21.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#ABF16F (or 0xABF16F) is known color: Feijoa. HEX triplet: AB, F1 and 6F. RGB value is (171,241,111). Sum of RGB (Red+Green+Blue) = 171+241+111=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF16F is #540E90. Grayscale: #CDCDCD. Windows color (decimal): -5508753 or 7336363. OLE color: 7336363.

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

Color convert

RGB 171 241 111 -
CMYK 0.29 0 0.54 0.05
HSL 92.31º 0.82% 0.69% -
HSV(B) 92.31º 0.54% 0.95% -
XYZ 51.12 72.72 26.38 -
YUV 205.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 171 241 111 0.29 0 0.54 0.05 92.31 0.82 0.69
Hex AB F1 6F 1D 0 36 5 5C 52 45
Octal 253 361 157 35 0 66 5 134 122 105
Binary 10101011 11110001 1101111 11101 0 110110 101 1011100 1010010 1000101

Color Harmonies of #ABF16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF16F

Black with #ABF16F

Text Example


Text Example

White with #ABF16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF16F; }

 p { color: rgb(171,241,111); }

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

background-color css

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

 a { background-color: rgb(171,241,111); }

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

border-color css

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

 span { border-color: rgb(171,241,111); }

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