Html Css Color HEX #ABF682 Feijoa

📋 copy color: '#ABF682'

red 171 ◦ green 246 ◦ blue 130

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

Shades of Feijoa #ABF682

Tints of Feijoa #ABF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.97%

 BLUE value IS 130 (51.17% from 255) = 23.77%

R = 31.26%
G = 44.97%
B = 23.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#ABF682 (or 0xABF682) is known color: Feijoa. HEX triplet: AB, F6 and 82. RGB value is (171,246,130). Sum of RGB (Red+Green+Blue) = 171+246+130=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF682 is #54097D. Grayscale: #D2D2D2. Windows color (decimal): -5507454 or 8582827. OLE color: 8582827.

HSL color Cylindrical-coordinate representation of color #ABF682: hue angle of 98.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABF682 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 246 130 -
CMYK 0.30 0 0.47 0.04
HSL 98.79º 0.87% 0.74% -
HSV(B) 98.79º 0.47% 0.96% -
XYZ 53.78 76.18 32.99 -
YUV 210.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 171 246 130 0.30 0 0.47 0.04 98.79 0.87 0.74
Hex AB F6 82 1E 0 2F 4 63 57 4A
Octal 253 366 202 36 0 57 4 143 127 112
Binary 10101011 11110110 10000010 11110 0 101111 100 1100011 1010111 1001010

Color Harmonies of #ABF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF682

Black with #ABF682

Text Example


Text Example

White with #ABF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF682; }

 p { color: rgb(171,246,130); }

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

background-color css

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

 a { background-color: rgb(171,246,130); }

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

border-color css

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

 span { border-color: rgb(171,246,130); }

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