Html Css Color HEX #ABFD7A Feijoa

📋 copy color: '#ABFD7A'

red 171 ◦ green 253 ◦ blue 122

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

Shades of Feijoa #ABFD7A

Tints of Feijoa #ABFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.34%

 BLUE value IS 122 (48.05% from 255) = 22.34%

R = 31.32%
G = 46.34%
B = 22.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#ABFD7A (or 0xABFD7A) is known color: Feijoa. HEX triplet: AB, FD and 7A. RGB value is (171,253,122). Sum of RGB (Red+Green+Blue) = 171+253+122=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD7A is #540285. Grayscale: #D5D5D5. Windows color (decimal): -5505670 or 8060331. OLE color: 8060331.

HSL color Cylindrical-coordinate representation of color #ABFD7A: hue angle of 97.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABFD7A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 122 -
CMYK 0.32 0 0.52 0.01
HSL 97.56º 0.97% 0.74% -
HSV(B) 97.56º 0.52% 0.99% -
XYZ 55.43 80.31 30.99 -
YUV 213.55 76.33 97.65 -
System Red Green Blue C M Y K H S L
Decimal 171 253 122 0.32 0 0.52 0.01 97.56 0.97 0.74
Hex AB FD 7A 20 0 34 1 62 61 4A
Octal 253 375 172 40 0 64 1 142 141 112
Binary 10101011 11111101 1111010 100000 0 110100 1 1100010 1100001 1001010

Color Harmonies of #ABFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD7A

Black with #ABFD7A

Text Example


Text Example

White with #ABFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD7A; }

 p { color: rgb(171,253,122); }

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

background-color css

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

 a { background-color: rgb(171,253,122); }

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

border-color css

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

 span { border-color: rgb(171,253,122); }

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