Html Css Color HEX #ABCF82 Feijoa

📋 copy color: '#ABCF82'

red 171 ◦ green 207 ◦ blue 130

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

Shades of Feijoa #ABCF82

Tints of Feijoa #ABCF82

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

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

R = 33.66%
G = 40.75%
B = 25.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#ABCF82 (or 0xABCF82) is known color: Feijoa. HEX triplet: AB, CF and 82. RGB value is (171,207,130). Sum of RGB (Red+Green+Blue) = 171+207+130=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF82 is #54307D. Grayscale: #BBBBBB. Windows color (decimal): -5517438 or 8572843. OLE color: 8572843.

HSL color Cylindrical-coordinate representation of color #ABCF82: hue angle of 88.05º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABCF82 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 130 -
CMYK 0.17 0 0.37 0.19
HSL 88.05º 0.45% 0.66% -
HSV(B) 88.05º 0.37% 0.81% -
XYZ 43.14 54.9 29.44 -
YUV 187.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 171 207 130 0.17 0 0.37 0.19 88.05 0.45 0.66
Hex AB CF 82 11 0 25 13 58 2D 42
Octal 253 317 202 21 0 45 23 130 55 102
Binary 10101011 11001111 10000010 10001 0 100101 10011 1011000 101101 1000010

Color Harmonies of #ABCF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF82

Black with #ABCF82

Text Example


Text Example

White with #ABCF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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