Html Css Color HEX #ACF980 Feijoa

📋 copy color: '#ACF980'

red 172 ◦ green 249 ◦ blue 128

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

Shades of Feijoa #ACF980

Tints of Feijoa #ACF980

RGB

 RED value IS 172 (67.58% from 255) = 31.33%

 GREEN value IS 249 (97.66% from 255) = 45.36%

 BLUE value IS 128 (50.39% from 255) = 23.32%

R = 31.33%
G = 45.36%
B = 23.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#ACF980 (or 0xACF980) is known color: Feijoa. HEX triplet: AC, F9 and 80. RGB value is (172,249,128). Sum of RGB (Red+Green+Blue) = 172+249+128=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF980 is #53067F. Grayscale: #D4D4D4. Windows color (decimal): -5441152 or 8452524. OLE color: 8452524.

HSL color Cylindrical-coordinate representation of color #ACF980: hue angle of 98.18º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF980 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 128 -
CMYK 0.31 0 0.49 0.02
HSL 98.18º 0.91% 0.74% -
HSV(B) 98.18º 0.49% 0.98% -
XYZ 54.79 78.08 32.61 -
YUV 212.18 80.49 99.34 -
System Red Green Blue C M Y K H S L
Decimal 172 249 128 0.31 0 0.49 0.02 98.18 0.91 0.74
Hex AC F9 80 1F 0 31 2 62 5B 4A
Octal 254 371 200 37 0 61 2 142 133 112
Binary 10101100 11111001 10000000 11111 0 110001 10 1100010 1011011 1001010

Color Harmonies of #ACF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF980

Black with #ACF980

Text Example


Text Example

White with #ACF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF980; }

 p { color: rgb(172,249,128); }

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

background-color css

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

 a { background-color: rgb(172,249,128); }

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

border-color css

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

 span { border-color: rgb(172,249,128); }

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