Html Css Color HEX #ACF080 Feijoa

📋 copy color: '#ACF080'

red 172 ◦ green 240 ◦ blue 128

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

Shades of Feijoa #ACF080

Tints of Feijoa #ACF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

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

R = 31.85%
G = 44.44%
B = 23.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#ACF080 (or 0xACF080) is known color: Feijoa. HEX triplet: AC, F0 and 80. RGB value is (172,240,128). Sum of RGB (Red+Green+Blue) = 172+240+128=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF080 is #530F7F. Grayscale: #CFCFCF. Windows color (decimal): -5443456 or 8450220. OLE color: 8450220.

HSL color Cylindrical-coordinate representation of color #ACF080: hue angle of 96.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF080 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 128 -
CMYK 0.28 0 0.47 0.06
HSL 96.43º 0.79% 0.72% -
HSV(B) 96.43º 0.47% 0.94% -
XYZ 52.07 72.65 31.7 -
YUV 206.9 83.47 103.11 -
System Red Green Blue C M Y K H S L
Decimal 172 240 128 0.28 0 0.47 0.06 96.43 0.79 0.72
Hex AC F0 80 1C 0 2F 6 60 4F 48
Octal 254 360 200 34 0 57 6 140 117 110
Binary 10101100 11110000 10000000 11100 0 101111 110 1100000 1001111 1001000

Color Harmonies of #ACF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF080

Black with #ACF080

Text Example


Text Example

White with #ACF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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