Html Css Color HEX #ACF680 Feijoa

📋 copy color: '#ACF680'

red 172 ◦ green 246 ◦ blue 128

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

Shades of Feijoa #ACF680

Tints of Feijoa #ACF680

RGB

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

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

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

R = 31.5%
G = 45.05%
B = 23.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ACF680 (or 0xACF680) is known color: Feijoa. HEX triplet: AC, F6 and 80. RGB value is (172,246,128). Sum of RGB (Red+Green+Blue) = 172+246+128=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF680 is #53097F. Grayscale: #D2D2D2. Windows color (decimal): -5441920 or 8451756. OLE color: 8451756.

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

Color convert

RGB 172 246 128 -
CMYK 0.30 0 0.48 0.04
HSL 97.63º 0.87% 0.73% -
HSV(B) 97.63º 0.48% 0.96% -
XYZ 53.87 76.24 32.3 -
YUV 210.42 81.48 100.59 -
System Red Green Blue C M Y K H S L
Decimal 172 246 128 0.30 0 0.48 0.04 97.63 0.87 0.73
Hex AC F6 80 1E 0 30 4 62 57 49
Octal 254 366 200 36 0 60 4 142 127 111
Binary 10101100 11110110 10000000 11110 0 110000 100 1100010 1010111 1001001

Color Harmonies of #ACF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF680

Black with #ACF680

Text Example


Text Example

White with #ACF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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